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