Class CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordColumnProperty>
- Enclosing interface:
- CfnApplicationReferenceDataSourceV2.RecordColumnProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordColumnProperty>
A builder for 
CfnApplicationReferenceDataSourceV2.RecordColumnProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getMapping()Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getName()Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getSqlType()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
name@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder name(String name) Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getName()- Parameters:
- name- The name of the column that is created in the in-application input stream or reference table. This parameter is required.
- Returns:
- this
 
- 
sqlType@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder sqlType(String sqlType) Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getSqlType()- Parameters:
- sqlType- The type of column created in the in-application input stream or reference table. This parameter is required.
- Returns:
- this
 
- 
mapping@Stability(Stable) public CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder mapping(String mapping) Sets the value ofCfnApplicationReferenceDataSourceV2.RecordColumnProperty.getMapping()- Parameters:
- mapping- A reference to the data element in the streaming input or the reference data source.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordColumnProperty>
- Returns:
- a new instance of CfnApplicationReferenceDataSourceV2.RecordColumnProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-