public static interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
runId(String runId)
The
runId of the external workflow execution to cancel. |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
workflowId(String workflowId)
Required. The
workflowId of the external workflow execution to cancel. |
copyapply, buildRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder workflowId(String workflowId)
Required. The workflowId of the external workflow execution to cancel.
workflowId - Required. The workflowIdRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder runId(String runId)
The runId of the external workflow execution to cancel.
runId - The runId of the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
control - Optional.Copyright © 2017. All rights reserved.