Class CancelWorkflowTasksRequest.Builder
Object
Builder
- Enclosing class:
CancelWorkflowTasksRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The reason for the cancellation of the workflow instance.sendNotification(boolean sendNotification) Required. Whether or not the user needs to be notified of the job completion.toString()workflowTaskIds(List<UUID> workflowTaskIds) Required. The list of workflow task IDs to be cancelled.
-
Method Details
-
sendNotification
Required. Whether or not the user needs to be notified of the job completion.- Returns:
this.
-
workflowTaskIds
Required. The list of workflow task IDs to be cancelled.- Returns:
this.
-
reason
The reason for the cancellation of the workflow instance.- Returns:
this.
-
build
-
toString
-