| 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)
The details of the cancellation.
|
WorkflowExecutionCanceledEventAttributes.Builder |
WorkflowExecutionCanceledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> |
WorkflowExecutionCanceledEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCanceledEventAttributes(Consumer<WorkflowExecutionCanceledEventAttributes.Builder> workflowExecutionCanceledEventAttributes)
If the event is of type
WorkflowExecutionCanceled then this member is set and provides detailed
information about the event. |
Copyright © 2023. All rights reserved.