Class IntegrationConnectorsManagedZoneConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_managed_zone.IntegrationConnectorsManagedZoneConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsManagedZoneConfig>
- Enclosing interface:
- IntegrationConnectorsManagedZoneConfig
@Stability(Stable) public static final class IntegrationConnectorsManagedZoneConfig.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsManagedZoneConfig>
A builder forIntegrationConnectorsManagedZoneConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dns
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder dns(String dns)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getDns()- Parameters:
dns- DNS Name of the resource. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#dns IntegrationConnectorsManagedZone#dns}- Returns:
this
-
name
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder name(String name)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getName()- Parameters:
name- Name of Managed Zone needs to be created. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#name IntegrationConnectorsManagedZone#name}- Returns:
this
-
targetProject
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder targetProject(String targetProject)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getTargetProject()- Parameters:
targetProject- The name of the Target Project. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#target_project IntegrationConnectorsManagedZone#target_project}- Returns:
this
-
targetVpc
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder targetVpc(String targetVpc)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getTargetVpc()- Parameters:
targetVpc- The name of the Target Project VPC Network. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#target_vpc IntegrationConnectorsManagedZone#target_vpc}- Returns:
this
-
description
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder description(String description)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getDescription()- Parameters:
description- Description of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#description IntegrationConnectorsManagedZone#description}- Returns:
this
-
id
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder id(String id)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#id IntegrationConnectorsManagedZone#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 IntegrationConnectorsManagedZoneConfig.Builder labels(Map<String,String> labels)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getLabels()- Parameters:
labels- Resource labels to represent user provided metadata. **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/integration_connectors_managed_zone#labels IntegrationConnectorsManagedZone#labels}- Returns:
this
-
project
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder project(String project)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#project IntegrationConnectorsManagedZone#project}.- Returns:
this
-
timeouts
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig.Builder timeouts(IntegrationConnectorsManagedZoneTimeouts timeouts)
Sets the value ofIntegrationConnectorsManagedZoneConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_managed_zone#timeouts IntegrationConnectorsManagedZone#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.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 IntegrationConnectorsManagedZoneConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsManagedZoneConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsManagedZoneConfig>- Returns:
- a new instance of
IntegrationConnectorsManagedZoneConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-