Interface GlueCatalogTableStorageDescriptorColumns
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTableStorageDescriptorColumns.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.178Z") @Stability(Stable) public interface GlueCatalogTableStorageDescriptorColumns extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTableStorageDescriptorColumns.BuilderA builder forGlueCatalogTableStorageDescriptorColumnsstatic classGlueCatalogTableStorageDescriptorColumns.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorColumns
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static GlueCatalogTableStorageDescriptorColumns.Builderbuilder()default StringgetComment()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.default Map<String,String>getParameters()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#type GlueCatalogTable#type}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.
-
getComment
@Stability(Stable) @Nullable default String getComment()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#comment GlueCatalogTable#comment}.
-
getParameters
@Stability(Stable) @Nullable default Map<String,String> getParameters()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#type GlueCatalogTable#type}.
-
builder
@Stability(Stable) static GlueCatalogTableStorageDescriptorColumns.Builder builder()
-
-