| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.builder() |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.cause(ContinueAsNewWorkflowExecutionFailedCause cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.cause(String cause)
The cause of the failure.
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the ContinueAsNewWorkflowExecution decision that started this execution. |
ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder |
ContinueAsNewWorkflowExecutionFailedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder> |
ContinueAsNewWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.