public static interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder extends CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>
| Modifier and Type | Method and Description |
|---|---|
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
control(String control)
The 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)
The
workflowId of the external workflow execution to cancel. |
copyapply, buildRequestCancelExternalWorkflowExecutionDecisionAttributes.Builder workflowId(String workflowId)
The workflowId of the external workflow execution to cancel.
workflowId - The workflowId of the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.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)
The data attached to the event that can be used by the decider in subsequent workflow tasks.
control - The data attached to the event that can be used by the decider in subsequent workflow tasks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.