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 Details

    • 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.