Interface GlueCatalogTablePartitionIndex
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTablePartitionIndex.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.177Z") @Stability(Stable) public interface GlueCatalogTablePartitionIndex extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTablePartitionIndex.BuilderA builder forGlueCatalogTablePartitionIndexstatic classGlueCatalogTablePartitionIndex.Jsii$ProxyAn implementation forGlueCatalogTablePartitionIndex
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GlueCatalogTablePartitionIndex.Builderbuilder()StringgetIndexName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#index_name GlueCatalogTable#index_name}.List<String>getKeys()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#keys GlueCatalogTable#keys}.
-
-
-
Method Detail
-
getIndexName
@Stability(Stable) @NotNull String getIndexName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#index_name GlueCatalogTable#index_name}.
-
getKeys
@Stability(Stable) @NotNull List<String> getKeys()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#keys GlueCatalogTable#keys}.
-
builder
@Stability(Stable) static GlueCatalogTablePartitionIndex.Builder builder()
-
-