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