Interface TimeRangeFilter.Builder

    • Method Detail

      • startTime

        TimeRangeFilter.Builder startTime​(Instant startTime)

        The start time of the time range filter

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

        TimeRangeFilter.Builder endTime​(Instant endTime)

        The end time of the time range filter

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