Interface TimestampColumn.Builder

  • Method Details

    • columnName

      TimestampColumn.Builder columnName(String columnName)

      The name of the timestamp column.

      Parameters:
      columnName - The name of the timestamp column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • columnFormat

      TimestampColumn.Builder columnFormat(String columnFormat)

      The format of the timestamp column.

      Parameters:
      columnFormat - The format of the timestamp column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.