public static interface RequestCancelWorkflowExecutionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
RequestCancelWorkflowExecutionRequest.Builder |
domain(String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
runId(String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
copyapply, buildRequestCancelWorkflowExecutionRequest.Builder domain(String domain)
The name of the domain containing the workflow execution to cancel.
domain - The name of the domain containing the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
workflowId - The workflowId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder runId(String runId)
The runId of the workflow execution to cancel.
runId - The runId of the workflow execution to cancel.Copyright © 2017. All rights reserved.