Interface OutputColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputColumn.Builder,
,OutputColumn> SdkBuilder<OutputColumn.Builder,
,OutputColumn> SdkPojo
- Enclosing class:
OutputColumn
public static interface OutputColumn.Builder
extends SdkPojo, CopyableBuilder<OutputColumn.Builder,OutputColumn>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for a column.The display name of the column..The sub data type of the column.subType
(ColumnDataSubType subType) The sub data type of the column.The data type of the column.type
(ColumnDataType type) The data 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, sdkFields
-
Method Details
-
name
The display name of the column..
- Parameters:
name
- The display name of the column..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description for a column.
- Parameters:
description
- A description for a column.- 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 the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The 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:
-
subType
The sub data type of the column.
- Parameters:
subType
- The sub data type of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subType
The sub data type of the column.
- Parameters:
subType
- The sub data type of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-