@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 |
comment(String comment)
Sets the value of
CfnTable.ColumnProperty.getComment() |
CfnTable.ColumnProperty.Builder |
name(String name)
Sets the value of
CfnTable.ColumnProperty.getName() |
CfnTable.ColumnProperty.Builder |
type(String type)
Sets the value of
CfnTable.ColumnProperty.getType() |
@Stability(value=Stable) public CfnTable.ColumnProperty.Builder name(String name)
CfnTable.ColumnProperty.getName()name - `CfnTable.ColumnProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnTable.ColumnProperty.Builder comment(String comment)
CfnTable.ColumnProperty.getComment()comment - `CfnTable.ColumnProperty.Comment`.this@Stability(value=Stable) public CfnTable.ColumnProperty.Builder type(String type)
CfnTable.ColumnProperty.getType()type - `CfnTable.ColumnProperty.Type`.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 © 2021. All rights reserved.