Class Task.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.Task.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Task.Builder
associationType(Task.AssociationType associationType)
The association type of the taskTask
build()
Task.Builder
copy(Task model)
Task.Builder
outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.Task.Builder
stepName(String stepName)
The name of the task step.Task.Builder
stepProperties(ComponentProperties stepProperties)
Task.Builder
taskRecordDetails(AssociatedTaskDetails taskRecordDetails)
-
-
-
Method Detail
-
stepName
public Task.Builder stepName(String stepName)
The name of the task step.- Parameters:
stepName
- the value to set- Returns:
- this builder
-
associationType
public Task.Builder associationType(Task.AssociationType associationType)
The association type of the task- Parameters:
associationType
- the value to set- Returns:
- this builder
-
taskRecordDetails
public Task.Builder taskRecordDetails(AssociatedTaskDetails taskRecordDetails)
-
stepProperties
public Task.Builder stepProperties(ComponentProperties stepProperties)
-
outputVariableMappings
public 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
-
build
public Task build()
-
copy
public Task.Builder copy(Task model)
-
-