Interface InputColumn.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputColumn.Builder,,- InputColumn> - SdkBuilder<InputColumn.Builder,,- InputColumn> - SdkPojo
- Enclosing class:
- InputColumn
@Mutable
@NotThreadSafe
public static interface InputColumn.Builder
extends SdkPojo, CopyableBuilder<InputColumn.Builder,InputColumn> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of this column in the underlying data source.The sub data type of the column.subType(ColumnDataSubType subType) The sub data type of the column.The data type of the column.type(InputColumnDataType type) The data type of the column.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- 
nameThe name of this column in the underlying data source. - Parameters:
- name- The name of this column in the underlying data source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeThe data type of the column. - Parameters:
- type- The data type of the column.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe data type of the column. - Parameters:
- type- The data type of the column.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subTypeThe sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset. - Parameters:
- subType- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subTypeThe sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset. - Parameters:
- subType- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-