Interface TimeRange.Builder

  • Method Details

    • endTime

      TimeRange.Builder endTime(Instant endTime)

      Time in UTC at which the time range ends.

      Parameters:
      endTime - Time in UTC at which the time range ends.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      TimeRange.Builder startTime(Instant startTime)

      Time in UTC at which the time range starts.

      Parameters:
      startTime - Time in UTC at which the time range starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.