CopyableBuilder<CompleteWorkflowExecutionFailedEventAttributes.Builder,CompleteWorkflowExecutionFailedEventAttributes>
, SdkBuilder<CompleteWorkflowExecutionFailedEventAttributes.Builder,CompleteWorkflowExecutionFailedEventAttributes>
public static interface CompleteWorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<CompleteWorkflowExecutionFailedEventAttributes.Builder,CompleteWorkflowExecutionFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
CompleteWorkflowExecutionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes.Builder |
cause(CompleteWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
CompleteWorkflowExecutionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CompleteWorkflowExecution decision to complete this execution. |
copy
apply, build
CompleteWorkflowExecutionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. CompleteWorkflowExecutionFailedCause
CompleteWorkflowExecutionFailedEventAttributes.Builder cause(CompleteWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. CompleteWorkflowExecutionFailedCause
CompleteWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the CompleteWorkflowExecution
decision to complete 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 CompleteWorkflowExecution
decision to complete 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.