Class OutputVariableDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.OutputVariableDetails.Builder
-
- Enclosing class:
- OutputVariableDetails
public static class OutputVariableDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
stepName
public OutputVariableDetails.Builder stepName(String stepName)
The name of the task step the output variable belongs to.- Parameters:
stepName
- the value to set- Returns:
- this builder
-
outputVariableName
public OutputVariableDetails.Builder outputVariableName(String outputVariableName)
The name of the output variable whose value has to be mapped.- Parameters:
outputVariableName
- the value to set- Returns:
- this builder
-
build
public OutputVariableDetails build()
-
copy
public OutputVariableDetails.Builder copy(OutputVariableDetails model)
-
-