Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Task.Builder |
Task.Builder.associationType(Task.AssociationType associationType)
The association type of the task
|
static 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() |
Copyright © 2016–2024. All rights reserved.