Class CertificateManagerCertificate.Builder

    • Method Detail

      • connection

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

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

        @Stability(Experimental)
        public CertificateManagerCertificate.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public CertificateManagerCertificate.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public CertificateManagerCertificate.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

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

        @Stability(Experimental)
        public CertificateManagerCertificate.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public CertificateManagerCertificate.Builder name​(String name)
        A user-defined name of the certificate.

        Certificate names must be unique The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#name CertificateManagerCertificate#name}

        Parameters:
        name - A user-defined name of the certificate. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public CertificateManagerCertificate.Builder description​(String description)
        A human-readable description of the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#description CertificateManagerCertificate#description}

        Parameters:
        description - A human-readable description of the resource. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public CertificateManagerCertificate.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#id CertificateManagerCertificate#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/certificate_manager_certificate#id CertificateManagerCertificate#id}. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public CertificateManagerCertificate.Builder labels​(Map<String,​String> labels)
        Set of label tags associated with the Certificate resource.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#labels CertificateManagerCertificate#labels}

        Parameters:
        labels - Set of label tags associated with the Certificate resource. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public CertificateManagerCertificate.Builder location​(String location)
        The Certificate Manager location. If not specified, "global" is used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#location CertificateManagerCertificate#location}

        Parameters:
        location - The Certificate Manager location. If not specified, "global" is used. This parameter is required.
        Returns:
        this
      • managed

        @Stability(Stable)
        public CertificateManagerCertificate.Builder managed​(CertificateManagerCertificateManaged managed)
        managed block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#managed CertificateManagerCertificate#managed}

        Parameters:
        managed - managed block. This parameter is required.
        Returns:
        this
      • project

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

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#project CertificateManagerCertificate#project}. This parameter is required.
        Returns:
        this
      • scope

        @Stability(Stable)
        public CertificateManagerCertificate.Builder scope​(String scope)
        The scope of the certificate.

        DEFAULT: Certificates with default scope are served from core Google data centers. If unsure, choose this option. EDGE_CACHE: Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations. ALL_REGIONS: Certificates with ALL_REGIONS scope are served from all GCP regions (You can only use ALL_REGIONS with global certs). See https://cloud.google.com/compute/docs/regions-zones Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#scope CertificateManagerCertificate#scope}

        Parameters:
        scope - The scope of the certificate. This parameter is required.
        Returns:
        this
      • selfManaged

        @Stability(Stable)
        public CertificateManagerCertificate.Builder selfManaged​(CertificateManagerCertificateSelfManaged selfManaged)
        self_managed block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate#self_managed CertificateManagerCertificate#self_managed}

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

        @Stability(Stable)
        public CertificateManagerCertificate.Builder timeouts​(CertificateManagerCertificateTimeouts timeouts)
        timeouts block.

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

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