@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
- 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 CfnApplicationReferenceDataSource.RecordColumnProperty.Builder sqlType(String sqlType)
CfnApplicationReferenceDataSource.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 CfnApplicationReferenceDataSource.RecordColumnProperty.Builder mapping(String mapping)
CfnApplicationReferenceDataSource.RecordColumnProperty.getMapping()
mapping
- A reference to the data element in the streaming input or the reference data source.this
@Stability(value=Stable) public CfnApplicationReferenceDataSource.RecordColumnProperty build()
build
in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSource.RecordColumnProperty>
CfnApplicationReferenceDataSource.RecordColumnProperty
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.