Interface TableColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableColumn.Builder,
,TableColumn> SdkBuilder<TableColumn.Builder,
,TableColumn> SdkPojo
- Enclosing class:
TableColumn
public static interface TableColumn.Builder
extends SdkPojo, CopyableBuilder<TableColumn.Builder,TableColumn>
-
Method Summary
Modifier and TypeMethodDescriptionThe column level format that is applied in the table.The column level format that is applied in the table.tableColumnId
(String tableColumnId) The id of the column in the table.tableColumnName
(String tableColumnName) The name of the column in the table.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
-
tableColumnId
The id of the column in the table.
- Parameters:
tableColumnId
- The id of the column in the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableColumnName
The name of the column in the table.
- Parameters:
tableColumnName
- The name of the column in the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
- Parameters:
format
- The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
- Parameters:
format
- The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-