public static interface WorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
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 |
details(String details)
The details of the failure.
|
WorkflowExecutionFailedEventAttributes.Builder |
reason(String reason)
The descriptive reason provided for the failure.
|
copyapply, buildWorkflowExecutionFailedEventAttributes.Builder reason(String reason)
The descriptive reason provided for the failure.
reason - The descriptive reason provided for the failure.WorkflowExecutionFailedEventAttributes.Builder details(String details)
The details of the failure.
details - The details of the failure.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. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
resulted in the FailWorkflowExecution decision to fail this execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.