Interface FlywheelFilter.Builder

    • Method Detail

      • status

        FlywheelFilter.Builder status​(String status)

        Filter the flywheels based on the flywheel status.

        Parameters:
        status - Filter the flywheels based on the flywheel status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlywheelStatus, FlywheelStatus
      • status

        FlywheelFilter.Builder status​(FlywheelStatus status)

        Filter the flywheels based on the flywheel status.

        Parameters:
        status - Filter the flywheels based on the flywheel status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlywheelStatus, FlywheelStatus
      • creationTimeAfter

        FlywheelFilter.Builder creationTimeAfter​(Instant creationTimeAfter)

        Filter the flywheels to include flywheels created after the specified time.

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

        FlywheelFilter.Builder creationTimeBefore​(Instant creationTimeBefore)

        Filter the flywheels to include flywheels created before the specified time.

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