Class ApigeeKeystoresAliasesSelfSignedCert.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • alias

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder alias​(String alias)
        Alias for the key/certificate pair.

        Values must match the regular expression [\w\s-.]{1,255}. This must be provided for all formats except selfsignedcert; self-signed certs may specify the alias in either this parameter or the JSON body. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#alias ApigeeKeystoresAliasesSelfSignedCert#alias}

        Parameters:
        alias - Alias for the key/certificate pair. This parameter is required.
        Returns:
        this
      • environment

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder environment​(String environment)
        The Apigee environment name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#environment ApigeeKeystoresAliasesSelfSignedCert#environment}

        Parameters:
        environment - The Apigee environment name. This parameter is required.
        Returns:
        this
      • keystore

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder keystore​(String keystore)
        The Apigee keystore name associated in an Apigee environment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#keystore ApigeeKeystoresAliasesSelfSignedCert#keystore}

        Parameters:
        keystore - The Apigee keystore name associated in an Apigee environment. This parameter is required.
        Returns:
        this
      • orgId

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder orgId​(String orgId)
        The Apigee Organization name associated with the Apigee environment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#org_id ApigeeKeystoresAliasesSelfSignedCert#org_id}

        Parameters:
        orgId - The Apigee Organization name associated with the Apigee environment. This parameter is required.
        Returns:
        this
      • sigAlg

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder sigAlg​(String sigAlg)
        Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#sig_alg ApigeeKeystoresAliasesSelfSignedCert#sig_alg}

        Parameters:
        sigAlg - Signature algorithm to generate private key. Valid values are SHA512withRSA, SHA384withRSA, and SHA256withRSA. This parameter is required.
        Returns:
        this
      • subject

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder subject​(ApigeeKeystoresAliasesSelfSignedCertSubject subject)
        subject block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject ApigeeKeystoresAliasesSelfSignedCert#subject}

        Parameters:
        subject - subject block. This parameter is required.
        Returns:
        this
      • certValidityInDays

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder certValidityInDays​(Number certValidityInDays)
        Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#cert_validity_in_days ApigeeKeystoresAliasesSelfSignedCert#cert_validity_in_days}

        Parameters:
        certValidityInDays - Validity duration of certificate, in days. Accepts positive non-zero value. Defaults to 365. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#id ApigeeKeystoresAliasesSelfSignedCert#id}. This parameter is required.
        Returns:
        this
      • keySize

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder keySize​(String keySize)
        Key size. Default and maximum value is 2048 bits.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#key_size ApigeeKeystoresAliasesSelfSignedCert#key_size}

        Parameters:
        keySize - Key size. Default and maximum value is 2048 bits. This parameter is required.
        Returns:
        this
      • subjectAlternativeDnsNames

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder subjectAlternativeDnsNames​(ApigeeKeystoresAliasesSelfSignedCertSubjectAlternativeDnsNames subjectAlternativeDnsNames)
        subject_alternative_dns_names block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#subject_alternative_dns_names ApigeeKeystoresAliasesSelfSignedCert#subject_alternative_dns_names}

        Parameters:
        subjectAlternativeDnsNames - subject_alternative_dns_names block. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public ApigeeKeystoresAliasesSelfSignedCert.Builder timeouts​(ApigeeKeystoresAliasesSelfSignedCertTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_keystores_aliases_self_signed_cert#timeouts ApigeeKeystoresAliasesSelfSignedCert#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this