Uses of Class
com.hashicorp.cdktf.providers.aws.glue_partition_index.GluePartitionIndexPartitionIndex.Builder
-
Packages that use GluePartitionIndexPartitionIndex.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_partition_index aws_glue_partition_index -
-
Uses of GluePartitionIndexPartitionIndex.Builder in com.hashicorp.cdktf.providers.aws.glue_partition_index
Methods in com.hashicorp.cdktf.providers.aws.glue_partition_index that return GluePartitionIndexPartitionIndex.Builder Modifier and Type Method Description static GluePartitionIndexPartitionIndex.BuilderGluePartitionIndexPartitionIndex. builder()GluePartitionIndexPartitionIndex.BuilderGluePartitionIndexPartitionIndex.Builder. indexName(String indexName)Sets the value ofGluePartitionIndexPartitionIndex.getIndexName()GluePartitionIndexPartitionIndex.BuilderGluePartitionIndexPartitionIndex.Builder. keys(List<String> keys)Sets the value ofGluePartitionIndexPartitionIndex.getKeys()Constructors in com.hashicorp.cdktf.providers.aws.glue_partition_index with parameters of type GluePartitionIndexPartitionIndex.Builder Constructor Description Jsii$Proxy(GluePartitionIndexPartitionIndex.Builder builder)Constructor that initializes the object based on literal property values passed by theGluePartitionIndexPartitionIndex.Builder.
-