Interface StepAttributeCapability.Builder

  • Method Details

    • name

      The name of the step attribute.

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

      Requires any of the step attributes in a given list.

      Parameters:
      anyOf - Requires any of the step attributes in a given list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anyOf

      Requires any of the step attributes in a given list.

      Parameters:
      anyOf - Requires any of the step attributes in a given list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allOf

      Requires all of the step attribute values.

      Parameters:
      allOf - Requires all of the step attribute values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allOf

      Requires all of the step attribute values.

      Parameters:
      allOf - Requires all of the step attribute values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.