Interface TimeRange.Builder

  • Method Details

    • startTime

      TimeRange.Builder startTime(Instant startTime)

      The Unix timestamp for the beginning of the time range.

      Parameters:
      startTime - The Unix timestamp for the beginning of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      TimeRange.Builder endTime(Instant endTime)

      The Unix timestamp for the end of the time range.

      Parameters:
      endTime - The Unix timestamp for the end of the time range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.