Interface TimestampRange.Builder

  • Method Details

    • start

      The start of the time range. This value is inclusive.

      Parameters:
      start - The start of the time range. This value is inclusive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end of the time range. This value is inclusive.

      Parameters:
      end - The end of the time range. This value is inclusive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.