| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static CompleteWorkflowExecutionFailedEventAttributes.Builder |
CompleteWorkflowExecutionFailedEventAttributes.builder() |
CompleteWorkflowExecutionFailedEventAttributes.Builder |
CompleteWorkflowExecutionFailedEventAttributes.Builder.cause(CompleteWorkflowExecutionFailedCause causeValue)
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes.Builder |
CompleteWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes.Builder |
CompleteWorkflowExecutionFailedEventAttributes.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. |
CompleteWorkflowExecutionFailedEventAttributes.Builder |
CompleteWorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CompleteWorkflowExecutionFailedEventAttributes.Builder> |
CompleteWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.completeWorkflowExecutionFailedEventAttributes(Consumer<CompleteWorkflowExecutionFailedEventAttributes.Builder> completeWorkflowExecutionFailedEventAttributes)
If the event is of type
CompleteWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
Copyright © 2021. All rights reserved.