@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 - The name of the column that is created in the in-application input stream or reference table. This parameter is required.this@Stability(value=Stable) public CfnApplication.RecordColumnProperty.Builder sqlType(String sqlType)
CfnApplication.RecordColumnProperty.getSqlType()sqlType - The type of column created in the in-application input stream or reference table. This parameter is required.this@Stability(value=Stable) public CfnApplication.RecordColumnProperty.Builder mapping(String mapping)
CfnApplication.RecordColumnProperty.getMapping()mapping - A reference to the data element in the streaming input or the reference data source.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 © 2022. All rights reserved.