public static class InputParameter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InputParameter.Builder |
arguments(List<TaskArgument> arguments)
Arguments for the Task
|
InputParameter |
build() |
InputParameter.Builder |
copy(InputParameter model) |
InputParameter.Builder |
stepName(String stepName)
stepName for which the input parameters are provided
|
public InputParameter.Builder stepName(String stepName)
stepName for which the input parameters are provided
stepName
- the value to setpublic InputParameter.Builder arguments(List<TaskArgument> arguments)
Arguments for the Task
arguments
- the value to setpublic InputParameter build()
public InputParameter.Builder copy(InputParameter model)
Copyright © 2016–2024. All rights reserved.