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