@Stability(value=Stable) public static final class CfnApplicationReferenceDataSource.RecordColumnProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordColumnProperty>
CfnApplicationReferenceDataSource.RecordColumnProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSource.RecordColumnProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSource.RecordColumnProperty.Builder |
mapping(String mapping)
Sets the value of
CfnApplicationReferenceDataSource.RecordColumnProperty.getMapping() |
CfnApplicationReferenceDataSource.RecordColumnProperty.Builder |
name(String name)
Sets the value of
CfnApplicationReferenceDataSource.RecordColumnProperty.getName() |
CfnApplicationReferenceDataSource.RecordColumnProperty.Builder |
sqlType(String sqlType)
Sets the value of
CfnApplicationReferenceDataSource.RecordColumnProperty.getSqlType() |
@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordColumnProperty.Builder name(String name)
CfnApplicationReferenceDataSource.RecordColumnProperty.getName()name - Name of the column created in the in-application input stream or reference table. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordColumnProperty.Builder sqlType(String sqlType)
CfnApplicationReferenceDataSource.RecordColumnProperty.getSqlType()sqlType - Type of column created in the in-application input stream or reference table. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordColumnProperty.Builder mapping(String mapping)
CfnApplicationReferenceDataSource.RecordColumnProperty.getMapping()mapping - Reference to the data element in the streaming input or the reference data source.
This element is required if the RecordFormatType is JSON .this@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordColumnProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordColumnProperty>CfnApplicationReferenceDataSource.RecordColumnPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.