Class OutputVariableDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.OutputVariableDetails.Builder
 
- 
- Enclosing class:
- OutputVariableDetails
 
 public static class OutputVariableDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputVariableDetailsbuild()OutputVariableDetails.Buildercopy(OutputVariableDetails model)OutputVariableDetails.BuilderoutputVariableName(String outputVariableName)The name of the output variable whose value has to be mapped.OutputVariableDetails.BuilderstepName(String stepName)The name of the task step the output variable belongs to.
 
- 
- 
- 
Method Detail- 
stepNamepublic 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
 
 - 
outputVariableNamepublic 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
 
 - 
buildpublic OutputVariableDetails build() 
 - 
copypublic OutputVariableDetails.Builder copy(OutputVariableDetails model) 
 
- 
 
-