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