public static interface TimestampPartition.Builder extends SdkPojo, CopyableBuilder<TimestampPartition.Builder,TimestampPartition>
| Modifier and Type | Method and Description |
|---|---|
TimestampPartition.Builder |
attributeName(String attributeName)
The attribute name of the partition defined by a timestamp.
|
TimestampPartition.Builder |
timestampFormat(String timestampFormat)
The timestamp format of a partition defined by a timestamp.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimestampPartition.Builder attributeName(String attributeName)
The attribute name of the partition defined by a timestamp.
attributeName - The attribute name of the partition defined by a timestamp.TimestampPartition.Builder timestampFormat(String 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).
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).Copyright © 2023. All rights reserved.