Interface StepOutput.Builder

  • Method Details

    • 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.
    • dataType

      StepOutput.Builder dataType(String dataType)

      The data type of the step output.

      Parameters:
      dataType - The data type of the step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataType

      StepOutput.Builder dataType(DataType dataType)

      The data type of the step output.

      Parameters:
      dataType - The data type of the step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • required

      StepOutput.Builder required(Boolean required)

      Determine if an output is required from a step.

      Parameters:
      required - Determine if an output is required from a step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.