| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.builder() |
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the FailWorkflowExecution decision to fail this execution. |
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.Builder.details(String details)
The details of the failure.
|
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.Builder.reason(String reason)
The descriptive reason provided for the failure.
|
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> |
WorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionFailedEventAttributes(Consumer<WorkflowExecutionFailedEventAttributes.Builder> workflowExecutionFailedEventAttributes)
If the event is of type
WorkflowExecutionFailed then this member is set and provides detailed
information about the event. |
Copyright © 2021. All rights reserved.