Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Task.Builder
-
Packages that use Task.Builder Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Task.Builder in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Task.Builder Modifier and Type Method Description Task.Builder
Task.Builder. associationType(Task.AssociationType associationType)
The association type of the taskstatic Task.Builder
Task. builder()
Create a new builder.Task.Builder
Task.Builder. copy(Task model)
Task.Builder
Task.Builder. outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.Task.Builder
Task.Builder. stepName(String stepName)
The name of the task step.Task.Builder
Task.Builder. stepProperties(ComponentProperties stepProperties)
Task.Builder
Task.Builder. taskRecordDetails(AssociatedTaskDetails taskRecordDetails)
Task.Builder
Task. toBuilder()
-