public static final class CfnApplicationV2.RecordColumnProperty.Builder
extends java.lang.Object
CfnApplicationV2.RecordColumnProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationV2.RecordColumnProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.RecordColumnProperty.Builder |
mapping(java.lang.String mapping)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getMapping() |
CfnApplicationV2.RecordColumnProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getName() |
CfnApplicationV2.RecordColumnProperty.Builder |
sqlType(java.lang.String sqlType)
Sets the value of
CfnApplicationV2.RecordColumnProperty.getSqlType() |
public CfnApplicationV2.RecordColumnProperty.Builder name(java.lang.String name)
CfnApplicationV2.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
public CfnApplicationV2.RecordColumnProperty.Builder sqlType(java.lang.String sqlType)
CfnApplicationV2.RecordColumnProperty.getSqlType()
sqlType
- The type of column created in the in-application input stream or reference table. This parameter is required.this
public CfnApplicationV2.RecordColumnProperty.Builder mapping(java.lang.String mapping)
CfnApplicationV2.RecordColumnProperty.getMapping()
mapping
- A reference to the data element in the streaming input or the reference data source.this
public CfnApplicationV2.RecordColumnProperty build()
CfnApplicationV2.RecordColumnProperty
java.lang.NullPointerException
- if any required attribute was not provided