Class PodCertificateProjectionFluent<A extends PodCertificateProjectionFluent<A>>

    • Constructor Detail

      • PodCertificateProjectionFluent

        public PodCertificateProjectionFluent()
    • Method Detail

      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • getCertificateChainPath

        public String getCertificateChainPath()
      • getCredentialBundlePath

        public String getCredentialBundlePath()
      • getKeyPath

        public String getKeyPath()
      • getKeyType

        public String getKeyType()
      • getMaxExpirationSeconds

        public Integer getMaxExpirationSeconds()
      • getSignerName

        public String getSignerName()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasCertificateChainPath

        public boolean hasCertificateChainPath()
      • hasCredentialBundlePath

        public boolean hasCredentialBundlePath()
      • hasKeyPath

        public boolean hasKeyPath()
      • hasKeyType

        public boolean hasKeyType()
      • hasMaxExpirationSeconds

        public boolean hasMaxExpirationSeconds()
      • hasSignerName

        public boolean hasSignerName()
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withCertificateChainPath

        public A withCertificateChainPath​(String certificateChainPath)
      • withCredentialBundlePath

        public A withCredentialBundlePath​(String credentialBundlePath)
      • withKeyPath

        public A withKeyPath​(String keyPath)
      • withKeyType

        public A withKeyType​(String keyType)
      • withMaxExpirationSeconds

        public A withMaxExpirationSeconds​(Integer maxExpirationSeconds)
      • withSignerName

        public A withSignerName​(String signerName)