Interface TimeRange.Builder

  • Method Details

    • startTime

      TimeRange.Builder startTime(Instant startTime)

      Unix epoch timestamp in UTC at which the time range starts.

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

      TimeRange.Builder endTime(Instant endTime)

      Unix epoch timestamp in UTC at which the time range ends.

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