Uses of Class
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSkewedInfo.Builder
-
Packages that use GlueCatalogTableStorageDescriptorSkewedInfo.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableStorageDescriptorSkewedInfo.Builder in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableStorageDescriptorSkewedInfo.Builder Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSkewedInfo.BuilderGlueCatalogTableStorageDescriptorSkewedInfo. builder()GlueCatalogTableStorageDescriptorSkewedInfo.BuilderGlueCatalogTableStorageDescriptorSkewedInfo.Builder. skewedColumnNames(List<String> skewedColumnNames)Sets the value ofGlueCatalogTableStorageDescriptorSkewedInfo.getSkewedColumnNames()GlueCatalogTableStorageDescriptorSkewedInfo.BuilderGlueCatalogTableStorageDescriptorSkewedInfo.Builder. skewedColumnValueLocationMaps(Map<String,String> skewedColumnValueLocationMaps)GlueCatalogTableStorageDescriptorSkewedInfo.BuilderGlueCatalogTableStorageDescriptorSkewedInfo.Builder. skewedColumnValues(List<String> skewedColumnValues)Sets the value ofGlueCatalogTableStorageDescriptorSkewedInfo.getSkewedColumnValues()Constructors in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableStorageDescriptorSkewedInfo.Builder Constructor Description Jsii$Proxy(GlueCatalogTableStorageDescriptorSkewedInfo.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptorSkewedInfo.Builder.
-