Uses of Interface
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTablePartitionIndex
-
Packages that use GlueCatalogTablePartitionIndex Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTablePartitionIndex in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Classes in com.hashicorp.cdktf.providers.aws.glue_catalog_table that implement GlueCatalogTablePartitionIndex Modifier and Type Class Description static classGlueCatalogTablePartitionIndex.Jsii$ProxyAn implementation forGlueCatalogTablePartitionIndexMethods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTablePartitionIndex Modifier and Type Method Description GlueCatalogTablePartitionIndexGlueCatalogTablePartitionIndex.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTablePartitionIndex Modifier and Type Method Description voidGlueCatalogTablePartitionIndexOutputReference. setInternalValue(GlueCatalogTablePartitionIndex value)Method parameters in com.hashicorp.cdktf.providers.aws.glue_catalog_table with type arguments of type GlueCatalogTablePartitionIndex Modifier and Type Method Description GlueCatalogTable.BuilderGlueCatalogTable.Builder. partitionIndex(List<? extends GlueCatalogTablePartitionIndex> partitionIndex)partition_index block.GlueCatalogTableConfig.BuilderGlueCatalogTableConfig.Builder. partitionIndex(List<? extends GlueCatalogTablePartitionIndex> partitionIndex)Sets the value ofGlueCatalogTableConfig.getPartitionIndex()voidGlueCatalogTablePartitionIndexList. setInternalValue(List<GlueCatalogTablePartitionIndex> value)
-