public static class OutputVariableDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OutputVariableDetails |
build() |
OutputVariableDetails.Builder |
copy(OutputVariableDetails model) |
OutputVariableDetails.Builder |
outputVariableName(String outputVariableName)
The name of the output variable whose value has to be mapped.
|
OutputVariableDetails.Builder |
stepName(String stepName)
The name of the task step the output variable belongs to.
|
public OutputVariableDetails.Builder stepName(String stepName)
The name of the task step the output variable belongs to.
stepName
- the value to setpublic OutputVariableDetails.Builder outputVariableName(String outputVariableName)
The name of the output variable whose value has to be mapped.
outputVariableName
- the value to setpublic OutputVariableDetails build()
public OutputVariableDetails.Builder copy(OutputVariableDetails model)
Copyright © 2016–2024. All rights reserved.