| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.builder() |
FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.Builder.cause(FailWorkflowExecutionFailedCause cause)
The cause of the failure.
|
FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.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. |
FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailWorkflowExecutionFailedEventAttributes.Builder> |
FailWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.