Class DataAwsEc2LocalGatewayRouteTablesConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_tables.DataAwsEc2LocalGatewayRouteTablesConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTablesConfig>
- Enclosing interface:
- DataAwsEc2LocalGatewayRouteTablesConfig
@Stability(Stable) public static final class DataAwsEc2LocalGatewayRouteTablesConfig.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTablesConfig>
A builder forDataAwsEc2LocalGatewayRouteTablesConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2LocalGatewayRouteTablesConfigbuild()Builds the configured instance.DataAwsEc2LocalGatewayRouteTablesConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataAwsEc2LocalGatewayRouteTablesConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataAwsEc2LocalGatewayRouteTablesConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()DataAwsEc2LocalGatewayRouteTablesConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()DataAwsEc2LocalGatewayRouteTablesConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()DataAwsEc2LocalGatewayRouteTablesConfig.Builderfilter(com.hashicorp.cdktf.IResolvable filter)Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getFilter()DataAwsEc2LocalGatewayRouteTablesConfig.Builderfilter(List<? extends DataAwsEc2LocalGatewayRouteTablesFilter> filter)Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getFilter()DataAwsEc2LocalGatewayRouteTablesConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()DataAwsEc2LocalGatewayRouteTablesConfig.Builderid(String id)Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getId()DataAwsEc2LocalGatewayRouteTablesConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()DataAwsEc2LocalGatewayRouteTablesConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()DataAwsEc2LocalGatewayRouteTablesConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()DataAwsEc2LocalGatewayRouteTablesConfig.Buildertags(Map<String,String> tags)Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getTags()DataAwsEc2LocalGatewayRouteTablesConfig.Buildertimeouts(DataAwsEc2LocalGatewayRouteTablesTimeouts timeouts)Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getTimeouts()
-
-
-
Method Detail
-
filter
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig.Builder filter(com.hashicorp.cdktf.IResolvable filter)
Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getFilter()- Parameters:
filter- filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#filter DataAwsEc2LocalGatewayRouteTables#filter}- Returns:
this
-
filter
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig.Builder filter(List<? extends DataAwsEc2LocalGatewayRouteTablesFilter> filter)
Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getFilter()- Parameters:
filter- filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#filter DataAwsEc2LocalGatewayRouteTables#filter}- Returns:
this
-
id
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig.Builder id(String id)
Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#id DataAwsEc2LocalGatewayRouteTables#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
-
tags
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig.Builder tags(Map<String,String> tags)
Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#tags DataAwsEc2LocalGatewayRouteTables#tags}.- Returns:
this
-
timeouts
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig.Builder timeouts(DataAwsEc2LocalGatewayRouteTablesTimeouts timeouts)
Sets the value ofDataAwsEc2LocalGatewayRouteTablesConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_tables#timeouts DataAwsEc2LocalGatewayRouteTables#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.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 DataAwsEc2LocalGatewayRouteTablesConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTablesConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTablesConfig>- Returns:
- a new instance of
DataAwsEc2LocalGatewayRouteTablesConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-