Interface TimeRange.Builder

    • Method Detail

      • fromInclusive

        TimeRange.Builder fromInclusive​(Instant fromInclusive)

        The start time, in Unix time in seconds.

        Parameters:
        fromInclusive - The start time, in Unix time in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toExclusive

        TimeRange.Builder toExclusive​(Instant toExclusive)

        The end time, in Unix time in seconds.

        Parameters:
        toExclusive - The end time, in Unix time in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.