Interface DateFilter.Builder

    • Method Detail

      • startInclusive

        DateFilter.Builder startInclusive​(Instant startInclusive)

        A timestamp representing the start of the time period from when data is filtered, including the start date.

        Parameters:
        startInclusive - A timestamp representing the start of the time period from when data is filtered, including the start date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endInclusive

        DateFilter.Builder endInclusive​(Instant endInclusive)

        A timestamp representing the end date of the time period until when data is filtered , including the end date.

        Parameters:
        endInclusive - A timestamp representing the end date of the time period until when data is filtered , including the end date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.