Interface TimestampPartition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimestampPartition.Builder,
,TimestampPartition> SdkBuilder<TimestampPartition.Builder,
,TimestampPartition> SdkPojo
- Enclosing class:
TimestampPartition
public static interface TimestampPartition.Builder
extends SdkPojo, CopyableBuilder<TimestampPartition.Builder,TimestampPartition>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) The attribute name of the partition defined by a timestamp.timestampFormat
(String timestampFormat) The timestamp format of a partition defined by a timestamp.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
-
attributeName
The attribute name of the partition defined by a timestamp.
- Parameters:
attributeName
- The attribute name of the partition defined by a timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestampFormat
The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
timestampFormat
- The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-