Class GlueCatalogTableStorageDescriptorSerDeInfo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSerDeInfo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSerDeInfo>
- Enclosing interface:
- GlueCatalogTableStorageDescriptorSerDeInfo
@Stability(Stable) public static final class GlueCatalogTableStorageDescriptorSerDeInfo.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSerDeInfo>
A builder forGlueCatalogTableStorageDescriptorSerDeInfo
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableStorageDescriptorSerDeInfobuild()Builds the configured instance.GlueCatalogTableStorageDescriptorSerDeInfo.Buildername(String name)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getName()GlueCatalogTableStorageDescriptorSerDeInfo.Builderparameters(Map<String,String> parameters)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getParameters()GlueCatalogTableStorageDescriptorSerDeInfo.BuilderserializationLibrary(String serializationLibrary)Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getSerializationLibrary()
-
-
-
Method Detail
-
name
@Stability(Stable) public GlueCatalogTableStorageDescriptorSerDeInfo.Builder name(String name)
Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#name GlueCatalogTable#name}.- Returns:
this
-
parameters
@Stability(Stable) public GlueCatalogTableStorageDescriptorSerDeInfo.Builder parameters(Map<String,String> parameters)
Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getParameters()- Parameters:
parameters- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#parameters GlueCatalogTable#parameters}.- Returns:
this
-
serializationLibrary
@Stability(Stable) public GlueCatalogTableStorageDescriptorSerDeInfo.Builder serializationLibrary(String serializationLibrary)
Sets the value ofGlueCatalogTableStorageDescriptorSerDeInfo.getSerializationLibrary()- Parameters:
serializationLibrary- 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}.- Returns:
this
-
build
@Stability(Stable) public GlueCatalogTableStorageDescriptorSerDeInfo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSerDeInfo>- Returns:
- a new instance of
GlueCatalogTableStorageDescriptorSerDeInfo - Throws:
NullPointerException- if any required attribute was not provided
-
-