Class CfnTable.SerdeInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnTable.SerdeInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTable.SerdeInfoProperty>
- Enclosing interface:
CfnTable.SerdeInfoProperty
@Stability(Stable)
public static final class CfnTable.SerdeInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTable.SerdeInfoProperty>
A builder for
CfnTable.SerdeInfoProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnTable.SerdeInfoProperty.getName()
parameters
(Object parameters) Sets the value ofCfnTable.SerdeInfoProperty.getParameters()
serializationLibrary
(String serializationLibrary) Sets the value ofCfnTable.SerdeInfoProperty.getSerializationLibrary()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnTable.SerdeInfoProperty.getName()
- Parameters:
name
- Name of the SerDe.- Returns:
this
-
parameters
Sets the value ofCfnTable.SerdeInfoProperty.getParameters()
- Parameters:
parameters
- These key-value pairs define initialization parameters for the SerDe.- Returns:
this
-
serializationLibrary
@Stability(Stable) public CfnTable.SerdeInfoProperty.Builder serializationLibrary(String serializationLibrary) Sets the value ofCfnTable.SerdeInfoProperty.getSerializationLibrary()
- Parameters:
serializationLibrary
- Usually the class that implements the SerDe. An example isorg.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTable.SerdeInfoProperty>
- Returns:
- a new instance of
CfnTable.SerdeInfoProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-