@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 - `CfnTable.SerdeInfoProperty.Name`.this@Stability(value=Stable) public CfnTable.SerdeInfoProperty.Builder parameters(Object parameters)
CfnTable.SerdeInfoProperty.getParameters()parameters - `CfnTable.SerdeInfoProperty.Parameters`.this@Stability(value=Stable) public CfnTable.SerdeInfoProperty.Builder serializationLibrary(String serializationLibrary)
CfnTable.SerdeInfoProperty.getSerializationLibrary()serializationLibrary - `CfnTable.SerdeInfoProperty.SerializationLibrary`.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 © 2021. All rights reserved.