Interface TimestampFilter.Builder

    • Method Detail

      • recordedBefore

        TimestampFilter.Builder recordedBefore​(Instant recordedBefore)

        The timestamp before which statistics should be included in the results.

        Parameters:
        recordedBefore - The timestamp before which statistics should be included in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordedAfter

        TimestampFilter.Builder recordedAfter​(Instant recordedAfter)

        The timestamp after which statistics should be included in the results.

        Parameters:
        recordedAfter - The timestamp after which statistics should be included in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.