@Stability(value=Stable) public static final class CfnTable.SerdeInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.SerdeInfoProperty>
CfnTable.SerdeInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.SerdeInfoProperty |
build()
Builds the configured instance.
|
CfnTable.SerdeInfoProperty.Builder |
name(String name)
Sets the value of
CfnTable.SerdeInfoProperty.getName() |
CfnTable.SerdeInfoProperty.Builder |
parameters(Object parameters)
Sets the value of
CfnTable.SerdeInfoProperty.getParameters() |
CfnTable.SerdeInfoProperty.Builder |
serializationLibrary(String serializationLibrary)
Sets the value of
CfnTable.SerdeInfoProperty.getSerializationLibrary() |
@Stability(value=Stable) public CfnTable.SerdeInfoProperty.Builder name(String name)
CfnTable.SerdeInfoProperty.getName()name - Name of the SerDe.this@Stability(value=Stable) public CfnTable.SerdeInfoProperty.Builder parameters(Object parameters)
CfnTable.SerdeInfoProperty.getParameters()parameters - These key-value pairs define initialization parameters for the SerDe.this@Stability(value=Stable) public CfnTable.SerdeInfoProperty.Builder serializationLibrary(String serializationLibrary)
CfnTable.SerdeInfoProperty.getSerializationLibrary()serializationLibrary - Usually the class that implements the SerDe.
An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe .this@Stability(value=Stable) public CfnTable.SerdeInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.SerdeInfoProperty>CfnTable.SerdeInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.