@Stability(value=Stable) public static final class CfnPartition.ColumnProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPartition.ColumnProperty>
CfnPartition.ColumnProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPartition.ColumnProperty |
build()
Builds the configured instance.
|
CfnPartition.ColumnProperty.Builder |
comment(String comment)
Sets the value of
CfnPartition.ColumnProperty.getComment() |
CfnPartition.ColumnProperty.Builder |
name(String name)
Sets the value of
CfnPartition.ColumnProperty.getName() |
CfnPartition.ColumnProperty.Builder |
type(String type)
Sets the value of
CfnPartition.ColumnProperty.getType() |
@Stability(value=Stable) public CfnPartition.ColumnProperty.Builder name(String name)
CfnPartition.ColumnProperty.getName()name - `CfnPartition.ColumnProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnPartition.ColumnProperty.Builder comment(String comment)
CfnPartition.ColumnProperty.getComment()comment - `CfnPartition.ColumnProperty.Comment`.this@Stability(value=Stable) public CfnPartition.ColumnProperty.Builder type(String type)
CfnPartition.ColumnProperty.getType()type - `CfnPartition.ColumnProperty.Type`.this@Stability(value=Stable) public CfnPartition.ColumnProperty build()
build in interface software.amazon.jsii.Builder<CfnPartition.ColumnProperty>CfnPartition.ColumnPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.