| 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 causeValue)
The cause of the failure.
|
FailWorkflowExecutionFailedEventAttributes.Builder |
FailWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.failWorkflowExecutionFailedEventAttributes(Consumer<FailWorkflowExecutionFailedEventAttributes.Builder> failWorkflowExecutionFailedEventAttributes)
If the event is of type
FailWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
Copyright © 2019. All rights reserved.