Interface TimeRangeFilterOutput.Builder

    • Method Detail

      • endTime

        TimeRangeFilterOutput.Builder endTime​(Instant endTime)

        The ending time for the time range filter.

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

        TimeRangeFilterOutput.Builder startTime​(Instant startTime)

        The starting time for the time range filter.

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