Uses of Class
com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSortColumns.Builder
-
Packages that use GlueCatalogTableStorageDescriptorSortColumns.Builder Package Description com.hashicorp.cdktf.providers.aws.glue_catalog_table aws_glue_catalog_table -
-
Uses of GlueCatalogTableStorageDescriptorSortColumns.Builder in com.hashicorp.cdktf.providers.aws.glue_catalog_table
Methods in com.hashicorp.cdktf.providers.aws.glue_catalog_table that return GlueCatalogTableStorageDescriptorSortColumns.Builder Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSortColumns.BuilderGlueCatalogTableStorageDescriptorSortColumns. builder()GlueCatalogTableStorageDescriptorSortColumns.BuilderGlueCatalogTableStorageDescriptorSortColumns.Builder. column(String column)Sets the value ofGlueCatalogTableStorageDescriptorSortColumns.getColumn()GlueCatalogTableStorageDescriptorSortColumns.BuilderGlueCatalogTableStorageDescriptorSortColumns.Builder. sortOrder(Number sortOrder)Sets the value ofGlueCatalogTableStorageDescriptorSortColumns.getSortOrder()Constructors in com.hashicorp.cdktf.providers.aws.glue_catalog_table with parameters of type GlueCatalogTableStorageDescriptorSortColumns.Builder Constructor Description Jsii$Proxy(GlueCatalogTableStorageDescriptorSortColumns.Builder builder)Constructor that initializes the object based on literal property values passed by theGlueCatalogTableStorageDescriptorSortColumns.Builder.
-