Interface StepAliasMapping.Builder

  • Method Details

    • stepId

      The unique identifier of the step.

      Parameters:
      stepId - The unique identifier of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepAlias

      StepAliasMapping.Builder stepAlias(String stepAlias)

      The alias for the step.

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