public static interface RecordColumn.Builder extends SdkPojo, CopyableBuilder<RecordColumn.Builder,RecordColumn>
Modifier and Type | Method and Description |
---|---|
RecordColumn.Builder |
mapping(String mapping)
A reference to the data element in the streaming input of the reference data source.
|
RecordColumn.Builder |
name(String name)
The name of the column that is created in the in-application input stream or reference table.
|
RecordColumn.Builder |
sqlType(String sqlType)
The type of column created in the in-application input stream or reference table.
|
copy
applyMutation, build
RecordColumn.Builder name(String name)
The name of the column that is created in the in-application input stream or reference table.
name
- The name of the column that is created in the in-application input stream or reference table.RecordColumn.Builder mapping(String mapping)
A reference to the data element in the streaming input of the reference data source.
mapping
- A reference to the data element in the streaming input of the reference data source.RecordColumn.Builder sqlType(String sqlType)
The type of column created in the in-application input stream or reference table.
sqlType
- The type of column created in the in-application input stream or reference table.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.