@Stability(value=Stable) public static final class CfnTable.ColumnProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.ColumnProperty>
CfnTable.ColumnProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.ColumnProperty |
build()
Builds the configured instance.
|
CfnTable.ColumnProperty.Builder |
columnName(String columnName)
Sets the value of
CfnTable.ColumnProperty.getColumnName() |
CfnTable.ColumnProperty.Builder |
columnType(String columnType)
Sets the value of
CfnTable.ColumnProperty.getColumnType() |
@Stability(value=Stable) public CfnTable.ColumnProperty.Builder columnName(String columnName)
CfnTable.ColumnProperty.getColumnName()columnName - The name of the column. This parameter is required.
For more information, see Identifiers in the Amazon Keyspaces Developer Guide .this@Stability(value=Stable) public CfnTable.ColumnProperty.Builder columnType(String columnType)
CfnTable.ColumnProperty.getColumnType()columnType - The data type of the column. This parameter is required.
For more information, see Data types in the Amazon Keyspaces Developer Guide .this@Stability(value=Stable) public CfnTable.ColumnProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.ColumnProperty>CfnTable.ColumnPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.