CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>, SdkBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>public static interface RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder extends CopyableBuilder<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder,RequestCancelExternalWorkflowExecutionDecisionAttributes>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.