public static interface RecordColumn.Builder extends SdkPojo, CopyableBuilder<RecordColumn.Builder,RecordColumn>
| Modifier and Type | Method and Description |
|---|---|
RecordColumn.Builder |
mapping(String mapping)
Reference to the data element in the streaming input or the reference data source.
|
RecordColumn.Builder |
name(String name)
Name of the column created in the in-application input stream or reference table.
|
RecordColumn.Builder |
sqlType(String sqlType)
Type of column created in the in-application input stream or reference table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecordColumn.Builder name(String name)
Name of the column created in the in-application input stream or reference table.
name - Name of the column created in the in-application input stream or reference table.RecordColumn.Builder mapping(String mapping)
Reference to the data element in the streaming input or the reference data source. This element is required
if the RecordFormatType is JSON.
mapping - Reference to the data element in the streaming input or the reference data source. This element is
required if the RecordFormatType is JSON.RecordColumn.Builder sqlType(String sqlType)
Type of column created in the in-application input stream or reference table.
sqlType - Type of column created in the in-application input stream or reference table.Copyright © 2023. All rights reserved.