| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionCompletedEventAttributes.Builder |
WorkflowExecutionCompletedEventAttributes.builder() |
WorkflowExecutionCompletedEventAttributes.Builder |
WorkflowExecutionCompletedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CompleteWorkflowExecution decision to complete this execution. |
WorkflowExecutionCompletedEventAttributes.Builder |
WorkflowExecutionCompletedEventAttributes.Builder.result(String result)
The result produced by the workflow execution upon successful completion.
|
WorkflowExecutionCompletedEventAttributes.Builder |
WorkflowExecutionCompletedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionCompletedEventAttributes.Builder> |
WorkflowExecutionCompletedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionCompletedEventAttributes(Consumer<WorkflowExecutionCompletedEventAttributes.Builder> workflowExecutionCompletedEventAttributes)
If the event is of type
WorkflowExecutionCompleted then this member is set and provides detailed
information about the event. |
Copyright © 2020. All rights reserved.