Interface TimestampColumn.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestampColumn.Builder,
,TimestampColumn> SdkBuilder<TimestampColumn.Builder,
,TimestampColumn> SdkPojo
- Enclosing class:
TimestampColumn
@Mutable
@NotThreadSafe
public static interface TimestampColumn.Builder
extends SdkPojo, CopyableBuilder<TimestampColumn.Builder,TimestampColumn>
-
Method Summary
Modifier and TypeMethodDescriptioncolumnFormat
(String columnFormat) The format of the timestamp column.columnName
(String columnName) The name of the timestamp 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
-
columnName
The name of the timestamp column.
- Parameters:
columnName
- The name of the timestamp column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnFormat
The format of the timestamp column.
- Parameters:
columnFormat
- The format of the timestamp column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-