Interface ColumnInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ColumnInformation.Builder,,ColumnInformation> SdkBuilder<ColumnInformation.Builder,,ColumnInformation> SdkPojo
- Enclosing class:
ColumnInformation
@Mutable
@NotThreadSafe
public static interface ColumnInformation.Builder
extends SdkPojo, CopyableBuilder<ColumnInformation.Builder,ColumnInformation>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the column.The data type 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, sdkFieldNameToField, 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.
-
type
The data type of the column. Valid values are STRING, DOUBLE, BOOLEAN, INTEGER, TIMESTAMP, and VARIANT.
- Parameters:
type- The data type of the column. Valid values are STRING, DOUBLE, BOOLEAN, INTEGER, TIMESTAMP, and VARIANT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-