Class Task.Builder

  • Enclosing class:
    Task

    public static class Task.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • stepName

        public Task.Builder stepName​(String stepName)
        The name of the task step.
        Parameters:
        stepName - the value to set
        Returns:
        this builder
      • associationType

        public Task.Builder associationType​(Task.AssociationType associationType)
        The association type of the task
        Parameters:
        associationType - the value to set
        Returns:
        this builder
      • outputVariableMappings

        public Task.Builder outputVariableMappings​(List<OutputVariableMapping> outputVariableMappings)
        Mapping output variables of previous tasks to the input variables of the current task.
        Parameters:
        outputVariableMappings - the value to set
        Returns:
        this builder
      • build

        public Task build()