Interface FleetAttributeCapability.Builder

    • Method Detail

      • name

        FleetAttributeCapability.Builder name​(String name)

        The name of the fleet attribute capability for the worker.

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

        FleetAttributeCapability.Builder values​(Collection<String> values)

        The number of fleet attribute capabilities.

        Parameters:
        values - The number of fleet attribute capabilities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        FleetAttributeCapability.Builder values​(String... values)

        The number of fleet attribute capabilities.

        Parameters:
        values - The number of fleet attribute capabilities.
        Returns:
        Returns a reference to this object so that method calls can be chained together.