Interface GlueCatalogTableStorageDescriptorSortColumns
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTableStorageDescriptorSortColumns.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.180Z") @Stability(Stable) public interface GlueCatalogTableStorageDescriptorSortColumns extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTableStorageDescriptorSortColumns.BuilderA builder forGlueCatalogTableStorageDescriptorSortColumnsstatic classGlueCatalogTableStorageDescriptorSortColumns.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorSortColumns
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSortColumns.Builderbuilder()StringgetColumn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#column GlueCatalogTable#column}.NumbergetSortOrder()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#sort_order GlueCatalogTable#sort_order}.
-
-
-
Method Detail
-
getColumn
@Stability(Stable) @NotNull String getColumn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#column GlueCatalogTable#column}.
-
getSortOrder
@Stability(Stable) @NotNull Number getSortOrder()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#sort_order GlueCatalogTable#sort_order}.
-
builder
@Stability(Stable) static GlueCatalogTableStorageDescriptorSortColumns.Builder builder()
-
-