Uses of Class
com.hashicorp.cdktf.providers.aws.data_aws_internet_gateway.DataAwsInternetGatewayFilter.Builder
-
Packages that use DataAwsInternetGatewayFilter.Builder Package Description com.hashicorp.cdktf.providers.aws.data_aws_internet_gateway data_aws_internet_gateway -
-
Uses of DataAwsInternetGatewayFilter.Builder in com.hashicorp.cdktf.providers.aws.data_aws_internet_gateway
Methods in com.hashicorp.cdktf.providers.aws.data_aws_internet_gateway that return DataAwsInternetGatewayFilter.Builder Modifier and Type Method Description static DataAwsInternetGatewayFilter.BuilderDataAwsInternetGatewayFilter. builder()DataAwsInternetGatewayFilter.BuilderDataAwsInternetGatewayFilter.Builder. name(String name)Sets the value ofDataAwsInternetGatewayFilter.getName()DataAwsInternetGatewayFilter.BuilderDataAwsInternetGatewayFilter.Builder. values(List<String> values)Sets the value ofDataAwsInternetGatewayFilter.getValues()Constructors in com.hashicorp.cdktf.providers.aws.data_aws_internet_gateway with parameters of type DataAwsInternetGatewayFilter.Builder Constructor Description Jsii$Proxy(DataAwsInternetGatewayFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theDataAwsInternetGatewayFilter.Builder.
-