Interface WorkflowExecutionFailedEventAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,,- WorkflowExecutionFailedEventAttributes> - SdkBuilder<WorkflowExecutionFailedEventAttributes.Builder,,- WorkflowExecutionFailedEventAttributes> - SdkPojo
- Enclosing class:
- WorkflowExecutionFailedEventAttributes
@Mutable
@NotThreadSafe
public static interface WorkflowExecutionFailedEventAttributes.Builder
extends SdkPojo, CopyableBuilder<WorkflowExecutionFailedEventAttributes.Builder,WorkflowExecutionFailedEventAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptiondecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution.The details of the failure.The descriptive reason provided for the failure.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
reasonThe descriptive reason provided for the failure. - Parameters:
- reason- The descriptive reason provided for the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
detailsThe details of the failure. - Parameters:
- details- The details of the failure.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
decisionTaskCompletedEventIdWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of the DecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Parameters:
- decisionTaskCompletedEventId- The ID of the- DecisionTaskCompletedevent corresponding to the decision task that resulted in the- FailWorkflowExecutiondecision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-