Class CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty>
- Enclosing interface:
CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mapping
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder mapping(String mapping) - Parameters:
mapping- Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType isJSON.- Returns:
this
-
name
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder name(String name) - Parameters:
name- Name of the column created in the in-application input stream or reference table.- Returns:
this
-
sqlType
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty.Builder sqlType(String sqlType) - Parameters:
sqlType- Type of column created in the in-application input stream or reference table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty>- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.RecordColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-