Interface TimestampRange.Builder

  • Method Details

    • startTimestamp

      TimestampRange.Builder startTimestamp(Instant startTimestamp)

      The starting timestamp in the range of timestamps for which to return fragments.

      Parameters:
      startTimestamp - The starting timestamp in the range of timestamps for which to return fragments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimestamp

      TimestampRange.Builder endTimestamp(Instant endTimestamp)

      The ending timestamp in the range of timestamps for which to return fragments.

      Parameters:
      endTimestamp - The ending timestamp in the range of timestamps for which to return fragments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.