Class DataAwsEc2LocalGatewayRouteTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table.DataAwsEc2LocalGatewayRouteTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTable>
- Enclosing class:
- DataAwsEc2LocalGatewayRouteTable
@Stability(Stable) public static final class DataAwsEc2LocalGatewayRouteTable.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTable>
A fluent builder forDataAwsEc2LocalGatewayRouteTable.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2LocalGatewayRouteTablebuild()DataAwsEc2LocalGatewayRouteTable.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DataAwsEc2LocalGatewayRouteTable.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DataAwsEc2LocalGatewayRouteTable.Buildercount(com.hashicorp.cdktf.TerraformCount count)DataAwsEc2LocalGatewayRouteTable.Buildercount(Number count)static DataAwsEc2LocalGatewayRouteTable.Buildercreate(software.constructs.Construct scope, String id)DataAwsEc2LocalGatewayRouteTable.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DataAwsEc2LocalGatewayRouteTable.Builderfilter(com.hashicorp.cdktf.IResolvable filter)filter block.DataAwsEc2LocalGatewayRouteTable.Builderfilter(List<? extends DataAwsEc2LocalGatewayRouteTableFilter> filter)filter block.DataAwsEc2LocalGatewayRouteTable.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DataAwsEc2LocalGatewayRouteTable.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#id DataAwsEc2LocalGatewayRouteTable#id}.DataAwsEc2LocalGatewayRouteTable.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DataAwsEc2LocalGatewayRouteTable.BuilderlocalGatewayId(String localGatewayId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_id DataAwsEc2LocalGatewayRouteTable#local_gateway_id}.DataAwsEc2LocalGatewayRouteTable.BuilderlocalGatewayRouteTableId(String localGatewayRouteTableId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_route_table_id DataAwsEc2LocalGatewayRouteTable#local_gateway_route_table_id}.DataAwsEc2LocalGatewayRouteTable.BuilderoutpostArn(String outpostArn)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#outpost_arn DataAwsEc2LocalGatewayRouteTable#outpost_arn}.DataAwsEc2LocalGatewayRouteTable.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DataAwsEc2LocalGatewayRouteTable.Builderprovisioners(List<? extends Object> provisioners)DataAwsEc2LocalGatewayRouteTable.Builderstate(String state)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#state DataAwsEc2LocalGatewayRouteTable#state}.DataAwsEc2LocalGatewayRouteTable.Buildertags(Map<String,String> tags)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#tags DataAwsEc2LocalGatewayRouteTable#tags}.DataAwsEc2LocalGatewayRouteTable.Buildertimeouts(DataAwsEc2LocalGatewayRouteTableTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DataAwsEc2LocalGatewayRouteTable.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DataAwsEc2LocalGatewayRouteTable.Builder.
-
connection
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DataAwsEc2LocalGatewayRouteTable.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
filter
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder filter(com.hashicorp.cdktf.IResolvable 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_table#filter DataAwsEc2LocalGatewayRouteTable#filter}
- Parameters:
filter- filter block. This parameter is required.- Returns:
this
-
filter
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder filter(List<? extends DataAwsEc2LocalGatewayRouteTableFilter> 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_table#filter DataAwsEc2LocalGatewayRouteTable#filter}
- Parameters:
filter- filter block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#id DataAwsEc2LocalGatewayRouteTable#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#id DataAwsEc2LocalGatewayRouteTable#id}. This parameter is required.- Returns:
this
-
localGatewayId
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder localGatewayId(String localGatewayId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_id DataAwsEc2LocalGatewayRouteTable#local_gateway_id}.- Parameters:
localGatewayId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_id DataAwsEc2LocalGatewayRouteTable#local_gateway_id}. This parameter is required.- Returns:
this
-
localGatewayRouteTableId
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_route_table_id DataAwsEc2LocalGatewayRouteTable#local_gateway_route_table_id}.- Parameters:
localGatewayRouteTableId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#local_gateway_route_table_id DataAwsEc2LocalGatewayRouteTable#local_gateway_route_table_id}. This parameter is required.- Returns:
this
-
outpostArn
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder outpostArn(String outpostArn)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#outpost_arn DataAwsEc2LocalGatewayRouteTable#outpost_arn}.- Parameters:
outpostArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#outpost_arn DataAwsEc2LocalGatewayRouteTable#outpost_arn}. This parameter is required.- Returns:
this
-
state
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder state(String state)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#state DataAwsEc2LocalGatewayRouteTable#state}.- Parameters:
state- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#state DataAwsEc2LocalGatewayRouteTable#state}. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder tags(Map<String,String> tags)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#tags DataAwsEc2LocalGatewayRouteTable#tags}.- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#tags DataAwsEc2LocalGatewayRouteTable#tags}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable.Builder timeouts(DataAwsEc2LocalGatewayRouteTableTimeouts 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_table#timeouts DataAwsEc2LocalGatewayRouteTable#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTable build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTable>- Returns:
- a newly built instance of
DataAwsEc2LocalGatewayRouteTable.
-
-