Class Task.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.Task.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Taskbuild()Task.Buildercopy(Task model)Task.BuilderoutputVariableMappings(List<OutputVariableMapping> outputVariableMappings)Mapping output variables of previous tasks to the input variables of the current task.Task.BuilderstepName(String stepName)The name of the task step.Task.BuilderstepProperties(ComponentProperties stepProperties)Task.BuildertaskRecordDetails(AssociatedTaskDetails taskRecordDetails)
 
- 
- 
- 
Method Detail- 
stepNamepublic Task.Builder stepName(String stepName) The name of the task step.- Parameters:
- stepName- the value to set
- Returns:
- this builder
 
 - 
taskRecordDetailspublic Task.Builder taskRecordDetails(AssociatedTaskDetails taskRecordDetails) 
 - 
stepPropertiespublic Task.Builder stepProperties(ComponentProperties stepProperties) 
 - 
outputVariableMappingspublic 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
 
 - 
buildpublic Task build() 
 - 
copypublic Task.Builder copy(Task model) 
 
- 
 
-