Interface WorkerAttributeCapability.Builder

    • Method Detail

      • name

        WorkerAttributeCapability.Builder name​(String name)

        The name of the worker attribute capability.

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

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

        The values of the worker amount capability.

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

        WorkerAttributeCapability.Builder values​(String... values)

        The values of the worker amount capability.

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