Interface TimestampRange.Builder

  • Method Details

    • startTimestamp

      TimestampRange.Builder startTimestamp(Instant startTimestamp)

      The starting timestamp for the specified range.

      Parameters:
      startTimestamp - The starting timestamp for the specified range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimestamp

      TimestampRange.Builder endTimestamp(Instant endTimestamp)

      The ending timestamp for the specified range.

      Parameters:
      endTimestamp - The ending timestamp for the specified range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.