Interface Column.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Column.Builder,
,Column> SdkBuilder<Column.Builder,
,Column> SdkPojo
- Enclosing class:
Column
@Mutable
@NotThreadSafe
public static interface Column.Builder
extends SdkPojo, CopyableBuilder<Column.Builder,Column>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the column.The type of the column.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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 type of the column.
- Parameters:
type
- The type of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-