| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionCanceledEventAttributes.Builder |
WorkflowExecutionCanceledEventAttributes.builder() |
WorkflowExecutionCanceledEventAttributes.Builder |
WorkflowExecutionCanceledEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelWorkflowExecution decision for this cancellation request. |
WorkflowExecutionCanceledEventAttributes.Builder |
WorkflowExecutionCanceledEventAttributes.Builder.details(String details)
Details for the cancellation (if any).
|
WorkflowExecutionCanceledEventAttributes.Builder |
WorkflowExecutionCanceledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> |
WorkflowExecutionCanceledEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.