Interface FleetAmountCapability.Builder

    • Method Detail

      • max

        FleetAmountCapability.Builder max​(Float max)

        The maximum amount of the fleet worker capability.

        Parameters:
        max - The maximum amount of the fleet worker capability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        FleetAmountCapability.Builder min​(Float min)

        The minimum amount of fleet worker capability.

        Parameters:
        min - The minimum amount of fleet worker capability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        FleetAmountCapability.Builder name​(String name)

        The name of the fleet capability.

        Parameters:
        name - The name of the fleet capability.
        Returns:
        Returns a reference to this object so that method calls can be chained together.