Class CertificateManagerCertificateMapEntry.Builder

    • Method Detail

      • connection

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

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

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

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder certificates​(List<String> certificates)
        A set of Certificates defines for the given hostname.

        There can be defined up to fifteen certificates in each Certificate Map Entry. Each certificate must match pattern projects/* /locations/* /certificates/*. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#certificates CertificateManagerCertificateMapEntry#certificates} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.

        Parameters:
        certificates - A set of Certificates defines for the given hostname. This parameter is required.
        Returns:
        this
      • map

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder map​(String map)
        A map entry that is inputted into the cetrificate map.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#map CertificateManagerCertificateMapEntry#map}

        Parameters:
        map - A map entry that is inputted into the cetrificate map. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder name​(String name)
        A user-defined name of the Certificate Map Entry.

        Certificate Map Entry names must be unique globally and match pattern 'projects/* /locations/* /certificateMaps/* /certificateMapEntries/*' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#name CertificateManagerCertificateMapEntry#name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.

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

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.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_map_entry#description CertificateManagerCertificateMapEntry#description}

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

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder hostname​(String hostname)
        A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#hostname CertificateManagerCertificateMapEntry#hostname}

        Parameters:
        hostname - A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate. This parameter is required.
        Returns:
        this
      • id

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

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder labels​(Map<String,​String> labels)
        Set of labels associated with a Certificate Map Entry.

        An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **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_map_entry#labels CertificateManagerCertificateMapEntry#labels}

        Parameters:
        labels - Set of labels associated with a Certificate Map Entry. This parameter is required.
        Returns:
        this
      • matcher

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder matcher​(String matcher)
        A predefined matcher for particular cases, other than SNI selection.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map_entry#matcher CertificateManagerCertificateMapEntry#matcher}

        Parameters:
        matcher - A predefined matcher for particular cases, other than SNI selection. This parameter is required.
        Returns:
        this
      • project

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

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

        @Stability(Stable)
        public CertificateManagerCertificateMapEntry.Builder timeouts​(CertificateManagerCertificateMapEntryTimeouts timeouts)
        timeouts block.

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

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