Interface Column.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Column.Builder,
,Column> SdkBuilder<Column.Builder,
,Column> SdkPojo
- Enclosing class:
Column
-
Method Summary
Modifier and TypeMethodDescriptionA free-form text comment.The name of theColumn
.parameters
(Map<String, String> parameters) These key-value pairs define properties associated with the column.The data type of theColumn
.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, sdkFields
-
Method Details
-
name
The name of the
Column
.- Parameters:
name
- The name of theColumn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the
Column
.- Parameters:
type
- The data type of theColumn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
A free-form text comment.
- Parameters:
comment
- A free-form text comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
These key-value pairs define properties associated with the column.
- Parameters:
parameters
- These key-value pairs define properties associated with the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-