Interface Step.Builder

    • Method Detail

      • name

        Step.Builder name​(String name)

        The name of the step.

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

        Step.Builder description​(String description)

        The description of the step.

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

        Step.Builder action​(StepAction action)

        The action of the step.

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