Uses of Interface
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTablePartitionKeys
-
Packages that use GlueCatalogTablePartitionKeys Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTablePartitionKeys in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Classes in com.hashicorp.cdktf.providers.aws.glue_catalog_table that implement GlueCatalogTablePartitionKeys Modifier and Type Class Description static classGlueCatalogTablePartitionKeys.Jsii$ProxyAn implementation forGlueCatalogTablePartitionKeysMethods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTablePartitionKeys Modifier and Type Method Description GlueCatalogTablePartitionKeysGlueCatalogTablePartitionKeys.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTablePartitionKeys Modifier and Type Method Description voidGlueCatalogTablePartitionKeysOutputReference. setInternalValue(GlueCatalogTablePartitionKeys value)Method parameters in com.hashicorp.cdktf.providers.aws.glue_catalog_table with type arguments of type GlueCatalogTablePartitionKeys Modifier and Type Method Description GlueCatalogTable.BuilderGlueCatalogTable.Builder. partitionKeys(List<? extends GlueCatalogTablePartitionKeys> partitionKeys)partition_keys block.GlueCatalogTableConfig.BuilderGlueCatalogTableConfig.Builder. partitionKeys(List<? extends GlueCatalogTablePartitionKeys> partitionKeys)Sets the value ofGlueCatalogTableConfig.getPartitionKeys()voidGlueCatalogTablePartitionKeysList. setInternalValue(List<GlueCatalogTablePartitionKeys> value)
-