Interface GlueCatalogTableStorageDescriptorSerDeInfo
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GlueCatalogTableStorageDescriptorSerDeInfo.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.180Z") @Stability(Stable) public interface GlueCatalogTableStorageDescriptorSerDeInfo extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGlueCatalogTableStorageDescriptorSerDeInfo.BuilderA builder forGlueCatalogTableStorageDescriptorSerDeInfostatic classGlueCatalogTableStorageDescriptorSerDeInfo.Jsii$ProxyAn implementation forGlueCatalogTableStorageDescriptorSerDeInfo
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GlueCatalogTableStorageDescriptorSerDeInfo.Builderbuilder()default 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 StringgetSerializationLibrary()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#serialization_library GlueCatalogTable#serialization_library}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default 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}.
-
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}.
-
getSerializationLibrary
@Stability(Stable) @Nullable default String getSerializationLibrary()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#serialization_library GlueCatalogTable#serialization_library}.
-
builder
@Stability(Stable) static GlueCatalogTableStorageDescriptorSerDeInfo.Builder builder()
-
-