Interface FlywheelIterationFilter.Builder

    • Method Detail

      • creationTimeAfter

        FlywheelIterationFilter.Builder creationTimeAfter​(Instant creationTimeAfter)

        Filter the flywheel iterations to include iterations created after the specified time.

        Parameters:
        creationTimeAfter - Filter the flywheel iterations to include iterations created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        FlywheelIterationFilter.Builder creationTimeBefore​(Instant creationTimeBefore)

        Filter the flywheel iterations to include iterations created before the specified time.

        Parameters:
        creationTimeBefore - Filter the flywheel iterations to include iterations created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.