Interface TimeRangeFilterInput.Builder

    • Method Detail

      • endTime

        TimeRangeFilterInput.Builder endTime​(Instant endTime)

        The end time for the time-range filter.

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

        TimeRangeFilterInput.Builder startTime​(Instant startTime)

        The start time for the time-range filter.

        Parameters:
        startTime - The start time for the time-range filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.