@Stability(value=Stable) public static final class CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordColumnProperty>
CfnApplicationReferenceDataSourceV2.RecordColumnProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSourceV2.RecordColumnProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder |
mapping(String mapping)
Sets the value of
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.getMapping() |
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder |
name(String name)
Sets the value of
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.getName() |
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder |
sqlType(String sqlType)
Sets the value of
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.getSqlType() |
@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder name(String name)
CfnApplicationReferenceDataSourceV2.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 CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder sqlType(String sqlType)
CfnApplicationReferenceDataSourceV2.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 CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder mapping(String mapping)
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.getMapping()mapping - A reference to the data element in the streaming input or the reference data source.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordColumnProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordColumnProperty>CfnApplicationReferenceDataSourceV2.RecordColumnPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.