Class CfnApplicationPropsMixin.RecordColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationPropsMixin.RecordColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationPropsMixin.RecordColumnProperty>
- Enclosing interface:
CfnApplicationPropsMixin.RecordColumnProperty
@Stability(Stable)
public static final class CfnApplicationPropsMixin.RecordColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationPropsMixin.RecordColumnProperty>
A builder for
CfnApplicationPropsMixin.RecordColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getMapping()Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getName()Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getSqlType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mapping
@Stability(Stable) public CfnApplicationPropsMixin.RecordColumnProperty.Builder mapping(String mapping) Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getMapping()- 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
Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getName()- Parameters:
name- Name of the column created in the in-application input stream or reference table.- Returns:
this
-
sqlType
@Stability(Stable) public CfnApplicationPropsMixin.RecordColumnProperty.Builder sqlType(String sqlType) Sets the value ofCfnApplicationPropsMixin.RecordColumnProperty.getSqlType()- 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<CfnApplicationPropsMixin.RecordColumnProperty>- Returns:
- a new instance of
CfnApplicationPropsMixin.RecordColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-