@Stability(value=Stable) public static final class CfnApplicationV2.RecordColumnProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.RecordColumnProperty>
CfnApplicationV2.RecordColumnProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.RecordColumnProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.RecordColumnProperty.Builder |
mapping(String mapping)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getMapping() |
CfnApplicationV2.RecordColumnProperty.Builder |
name(String name)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getName() |
CfnApplicationV2.RecordColumnProperty.Builder |
sqlType(String sqlType)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getSqlType() |
@Stability(value=Stable) public CfnApplicationV2.RecordColumnProperty.Builder name(String name)
CfnApplicationV2.RecordColumnProperty.getName()name - `CfnApplicationV2.RecordColumnProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.RecordColumnProperty.Builder sqlType(String sqlType)
CfnApplicationV2.RecordColumnProperty.getSqlType()sqlType - `CfnApplicationV2.RecordColumnProperty.SqlType`. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.RecordColumnProperty.Builder mapping(String mapping)
CfnApplicationV2.RecordColumnProperty.getMapping()mapping - `CfnApplicationV2.RecordColumnProperty.Mapping`.this@Stability(value=Stable) public CfnApplicationV2.RecordColumnProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.RecordColumnProperty>CfnApplicationV2.RecordColumnPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.