| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
RequestCancelExternalWorkflowExecutionDecisionAttributes.builder() |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder.control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder.runId(String runId)
The
runId of the external workflow execution to cancel. |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
RequestCancelExternalWorkflowExecutionDecisionAttributes.toBuilder() |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder |
RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder.workflowId(String workflowId)
Required. The
workflowId of the external workflow execution to cancel. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder> |
RequestCancelExternalWorkflowExecutionDecisionAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.