| 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 (if any).
|
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.Builder.reason(String reason)
The descriptive reason provided for the failure (if any).
|
WorkflowExecutionFailedEventAttributes.Builder |
WorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionFailedEventAttributes.Builder> |
WorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.