Class DataAwsEc2LocalGatewayRouteTableFilter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_ec2_local_gateway_route_table.DataAwsEc2LocalGatewayRouteTableFilter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTableFilter>
- Enclosing interface:
- DataAwsEc2LocalGatewayRouteTableFilter
@Stability(Stable) public static final class DataAwsEc2LocalGatewayRouteTableFilter.Builder extends Object implements software.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTableFilter>
A builder forDataAwsEc2LocalGatewayRouteTableFilter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataAwsEc2LocalGatewayRouteTableFilterbuild()Builds the configured instance.DataAwsEc2LocalGatewayRouteTableFilter.Buildername(String name)Sets the value ofDataAwsEc2LocalGatewayRouteTableFilter.getName()DataAwsEc2LocalGatewayRouteTableFilter.Buildervalues(List<String> values)Sets the value ofDataAwsEc2LocalGatewayRouteTableFilter.getValues()
-
-
-
Method Detail
-
name
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTableFilter.Builder name(String name)
Sets the value ofDataAwsEc2LocalGatewayRouteTableFilter.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#name DataAwsEc2LocalGatewayRouteTable#name}. This parameter is required.- Returns:
this
-
values
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTableFilter.Builder values(List<String> values)
Sets the value ofDataAwsEc2LocalGatewayRouteTableFilter.getValues()- Parameters:
values- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ec2_local_gateway_route_table#values DataAwsEc2LocalGatewayRouteTable#values}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DataAwsEc2LocalGatewayRouteTableFilter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsEc2LocalGatewayRouteTableFilter>- Returns:
- a new instance of
DataAwsEc2LocalGatewayRouteTableFilter - Throws:
NullPointerException- if any required attribute was not provided
-
-