Class DxConnectionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.dx_connection.DxConnectionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DxConnectionConfig>
- Enclosing interface:
- DxConnectionConfig
@Stability(Stable) public static final class DxConnectionConfig.Builder extends Object implements software.amazon.jsii.Builder<DxConnectionConfig>
A builder forDxConnectionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DxConnectionConfig.Builderbandwidth(String bandwidth)Sets the value ofDxConnectionConfig.getBandwidth()DxConnectionConfigbuild()Builds the configured instance.DxConnectionConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DxConnectionConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DxConnectionConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()DxConnectionConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()DxConnectionConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()DxConnectionConfig.BuilderencryptionMode(String encryptionMode)Sets the value ofDxConnectionConfig.getEncryptionMode()DxConnectionConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()DxConnectionConfig.Builderid(String id)Sets the value ofDxConnectionConfig.getId()DxConnectionConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()DxConnectionConfig.Builderlocation(String location)Sets the value ofDxConnectionConfig.getLocation()DxConnectionConfig.Buildername(String name)Sets the value ofDxConnectionConfig.getName()DxConnectionConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()DxConnectionConfig.BuilderproviderName(String providerName)Sets the value ofDxConnectionConfig.getProviderName()DxConnectionConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()DxConnectionConfig.BuilderrequestMacsec(com.hashicorp.cdktf.IResolvable requestMacsec)Sets the value ofDxConnectionConfig.getRequestMacsec()DxConnectionConfig.BuilderrequestMacsec(Boolean requestMacsec)Sets the value ofDxConnectionConfig.getRequestMacsec()DxConnectionConfig.BuilderskipDestroy(com.hashicorp.cdktf.IResolvable skipDestroy)Sets the value ofDxConnectionConfig.getSkipDestroy()DxConnectionConfig.BuilderskipDestroy(Boolean skipDestroy)Sets the value ofDxConnectionConfig.getSkipDestroy()DxConnectionConfig.Buildertags(Map<String,String> tags)Sets the value ofDxConnectionConfig.getTags()DxConnectionConfig.BuildertagsAll(Map<String,String> tagsAll)Sets the value ofDxConnectionConfig.getTagsAll()
-
-
-
Method Detail
-
bandwidth
@Stability(Stable) public DxConnectionConfig.Builder bandwidth(String bandwidth)
Sets the value ofDxConnectionConfig.getBandwidth()- Parameters:
bandwidth- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#bandwidth DxConnection#bandwidth}. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public DxConnectionConfig.Builder location(String location)
Sets the value ofDxConnectionConfig.getLocation()- Parameters:
location- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#location DxConnection#location}. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public DxConnectionConfig.Builder name(String name)
Sets the value ofDxConnectionConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#name DxConnection#name}. This parameter is required.- Returns:
this
-
encryptionMode
@Stability(Stable) public DxConnectionConfig.Builder encryptionMode(String encryptionMode)
Sets the value ofDxConnectionConfig.getEncryptionMode()- Parameters:
encryptionMode- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#encryption_mode DxConnection#encryption_mode}.- Returns:
this
-
id
@Stability(Stable) public DxConnectionConfig.Builder id(String id)
Sets the value ofDxConnectionConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#id DxConnection#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
-
providerName
@Stability(Stable) public DxConnectionConfig.Builder providerName(String providerName)
Sets the value ofDxConnectionConfig.getProviderName()- Parameters:
providerName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#provider_name DxConnection#provider_name}.- Returns:
this
-
requestMacsec
@Stability(Stable) public DxConnectionConfig.Builder requestMacsec(Boolean requestMacsec)
Sets the value ofDxConnectionConfig.getRequestMacsec()- Parameters:
requestMacsec- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#request_macsec DxConnection#request_macsec}.- Returns:
this
-
requestMacsec
@Stability(Stable) public DxConnectionConfig.Builder requestMacsec(com.hashicorp.cdktf.IResolvable requestMacsec)
Sets the value ofDxConnectionConfig.getRequestMacsec()- Parameters:
requestMacsec- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#request_macsec DxConnection#request_macsec}.- Returns:
this
-
skipDestroy
@Stability(Stable) public DxConnectionConfig.Builder skipDestroy(Boolean skipDestroy)
Sets the value ofDxConnectionConfig.getSkipDestroy()- Parameters:
skipDestroy- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#skip_destroy DxConnection#skip_destroy}.- Returns:
this
-
skipDestroy
@Stability(Stable) public DxConnectionConfig.Builder skipDestroy(com.hashicorp.cdktf.IResolvable skipDestroy)
Sets the value ofDxConnectionConfig.getSkipDestroy()- Parameters:
skipDestroy- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#skip_destroy DxConnection#skip_destroy}.- Returns:
this
-
tags
@Stability(Stable) public DxConnectionConfig.Builder tags(Map<String,String> tags)
Sets the value ofDxConnectionConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#tags DxConnection#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public DxConnectionConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofDxConnectionConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dx_connection#tags_all DxConnection#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public DxConnectionConfig.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 DxConnectionConfig.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 DxConnectionConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DxConnectionConfig.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 DxConnectionConfig.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 DxConnectionConfig.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 DxConnectionConfig.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 DxConnectionConfig.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 DxConnectionConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DxConnectionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DxConnectionConfig>- Returns:
- a new instance of
DxConnectionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-