Interface SchemaColumn.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SchemaColumn.Builder,,SchemaColumn> SdkBuilder<SchemaColumn.Builder,,SchemaColumn> SdkPojo
- Enclosing class:
 SchemaColumn
public static interface SchemaColumn.Builder
extends SdkPojo, CopyableBuilder<SchemaColumn.Builder,SchemaColumn> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe type of data in the column.The name of the column.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the column.
- Parameters:
 name- The name of the column.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dataType
The type of data in the column.
- Parameters:
 dataType- The type of data in the column.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -