| 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)
The 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)
The
workflowId of the external workflow execution to cancel. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder> |
RequestCancelExternalWorkflowExecutionDecisionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Decision.Builder |
Decision.Builder.requestCancelExternalWorkflowExecutionDecisionAttributes(Consumer<RequestCancelExternalWorkflowExecutionDecisionAttributes.Builder> requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides the details of the
RequestCancelExternalWorkflowExecution decision. |
Copyright © 2019. All rights reserved.