Interface StepOutput.Builder

    • Method Detail

      • name

        StepOutput.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.
      • 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, DataType
      • 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:
        DataType, DataType
      • 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.