Interface TimestampPartition.Builder

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