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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampPartition.BuilderattributeName(String attributeName)The attribute name of the partition defined by a timestamp.TimestampPartition.BuildertimestampFormat(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 Detail
-
attributeName
TimestampPartition.Builder attributeName(String 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
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).
- 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.
-
-