Class CertificateManagerCertificateMapConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.certificate_manager_certificate_map.CertificateManagerCertificateMapConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CertificateManagerCertificateMapConfig>
- Enclosing interface:
- CertificateManagerCertificateMapConfig
@Stability(Stable) public static final class CertificateManagerCertificateMapConfig.Builder extends Object implements software.amazon.jsii.Builder<CertificateManagerCertificateMapConfig>
A builder forCertificateManagerCertificateMapConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder name(String name)
Sets the value ofCertificateManagerCertificateMapConfig.getName()- Parameters:
name- A user-defined name of the Certificate Map. This parameter is required. Certificate Map names must be unique globally and match the pattern 'projects/* /locations/* /certificateMaps/*'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map#name CertificateManagerCertificateMap#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.- Returns:
this
-
description
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder description(String description)
Sets the value ofCertificateManagerCertificateMapConfig.getDescription()- Parameters:
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#description CertificateManagerCertificateMap#description}- Returns:
this
-
id
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder id(String id)
Sets the value ofCertificateManagerCertificateMapConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map#id CertificateManagerCertificateMap#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.- Returns:
this
-
labels
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder labels(Map<String,String> labels)
Sets the value ofCertificateManagerCertificateMapConfig.getLabels()- Parameters:
labels- Set of labels associated with a Certificate Map 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_map#labels CertificateManagerCertificateMap#labels}- Returns:
this
-
project
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder project(String project)
Sets the value ofCertificateManagerCertificateMapConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map#project CertificateManagerCertificateMap#project}.- Returns:
this
-
timeouts
@Stability(Stable) public CertificateManagerCertificateMapConfig.Builder timeouts(CertificateManagerCertificateMapTimeouts timeouts)
Sets the value ofCertificateManagerCertificateMapConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/certificate_manager_certificate_map#timeouts CertificateManagerCertificateMap#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public CertificateManagerCertificateMapConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CertificateManagerCertificateMapConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CertificateManagerCertificateMapConfig>- Returns:
- a new instance of
CertificateManagerCertificateMapConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-