public static final class CfnTable.SerdeInfoProperty.Builder
extends java.lang.Object
CfnTable.SerdeInfoProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTable.SerdeInfoProperty |
build()
Builds the configured instance.
|
CfnTable.SerdeInfoProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnTable.SerdeInfoProperty.getName() |
CfnTable.SerdeInfoProperty.Builder |
parameters(java.lang.Object parameters)
Sets the value of
CfnTable.SerdeInfoProperty.getParameters() |
CfnTable.SerdeInfoProperty.Builder |
serializationLibrary(java.lang.String serializationLibrary)
Sets the value of
CfnTable.SerdeInfoProperty.getSerializationLibrary() |
public CfnTable.SerdeInfoProperty.Builder name(java.lang.String name)
CfnTable.SerdeInfoProperty.getName()
name
- Name of the SerDe.this
public CfnTable.SerdeInfoProperty.Builder parameters(java.lang.Object parameters)
CfnTable.SerdeInfoProperty.getParameters()
parameters
- These key-value pairs define initialization parameters for the SerDe.this
public CfnTable.SerdeInfoProperty.Builder serializationLibrary(java.lang.String serializationLibrary)
CfnTable.SerdeInfoProperty.getSerializationLibrary()
serializationLibrary
- Usually the class that implements the SerDe.
An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
.this
public CfnTable.SerdeInfoProperty build()
CfnTable.SerdeInfoProperty
java.lang.NullPointerException
- if any required attribute was not provided