Interface TimestampColumn.Builder

    • Method Detail

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