Interface RecordColumn.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RecordColumn.Builder,,- RecordColumn> - SdkBuilder<RecordColumn.Builder,,- RecordColumn> - SdkPojo
- Enclosing class:
- RecordColumn
@Mutable
@NotThreadSafe
public static interface RecordColumn.Builder
extends SdkPojo, CopyableBuilder<RecordColumn.Builder,RecordColumn> 
- 
Method SummaryModifier and TypeMethodDescriptionReference to the data element in the streaming input or the reference data source.Name of the column created in the in-application input stream or reference table.Type of column created in the in-application input stream or reference table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameName of the column created in the in-application input stream or reference table. - Parameters:
- name- Name of the column created in the in-application input stream or reference table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mappingReference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.- Parameters:
- mapping- Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is- JSON.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sqlTypeType of column created in the in-application input stream or reference table. - Parameters:
- sqlType- Type of column created in the in-application input stream or reference table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-