Class VpcEndpointRouteTableAssociationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.vpc_endpoint_route_table_association.VpcEndpointRouteTableAssociationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpcEndpointRouteTableAssociationConfig>
- Enclosing interface:
- VpcEndpointRouteTableAssociationConfig
@Stability(Stable) public static final class VpcEndpointRouteTableAssociationConfig.Builder extends Object implements software.amazon.jsii.Builder<VpcEndpointRouteTableAssociationConfig>
A builder forVpcEndpointRouteTableAssociationConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VpcEndpointRouteTableAssociationConfigbuild()Builds the configured instance.VpcEndpointRouteTableAssociationConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()VpcEndpointRouteTableAssociationConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()VpcEndpointRouteTableAssociationConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()VpcEndpointRouteTableAssociationConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()VpcEndpointRouteTableAssociationConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()VpcEndpointRouteTableAssociationConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()VpcEndpointRouteTableAssociationConfig.Builderid(String id)Sets the value ofVpcEndpointRouteTableAssociationConfig.getId()VpcEndpointRouteTableAssociationConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()VpcEndpointRouteTableAssociationConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()VpcEndpointRouteTableAssociationConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()VpcEndpointRouteTableAssociationConfig.BuilderrouteTableId(String routeTableId)Sets the value ofVpcEndpointRouteTableAssociationConfig.getRouteTableId()VpcEndpointRouteTableAssociationConfig.BuildervpcEndpointId(String vpcEndpointId)Sets the value ofVpcEndpointRouteTableAssociationConfig.getVpcEndpointId()
-
-
-
Method Detail
-
routeTableId
@Stability(Stable) public VpcEndpointRouteTableAssociationConfig.Builder routeTableId(String routeTableId)
Sets the value ofVpcEndpointRouteTableAssociationConfig.getRouteTableId()- Parameters:
routeTableId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_route_table_association#route_table_id VpcEndpointRouteTableAssociation#route_table_id}. This parameter is required.- Returns:
this
-
vpcEndpointId
@Stability(Stable) public VpcEndpointRouteTableAssociationConfig.Builder vpcEndpointId(String vpcEndpointId)
Sets the value ofVpcEndpointRouteTableAssociationConfig.getVpcEndpointId()- Parameters:
vpcEndpointId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_route_table_association#vpc_endpoint_id VpcEndpointRouteTableAssociation#vpc_endpoint_id}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public VpcEndpointRouteTableAssociationConfig.Builder id(String id)
Sets the value ofVpcEndpointRouteTableAssociationConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_endpoint_route_table_association#id VpcEndpointRouteTableAssociation#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
-
connection
@Stability(Experimental) public VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.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 VpcEndpointRouteTableAssociationConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public VpcEndpointRouteTableAssociationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VpcEndpointRouteTableAssociationConfig>- Returns:
- a new instance of
VpcEndpointRouteTableAssociationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-