| 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() |
Copyright © 2017. All rights reserved.