Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionFailedEventAttributes.Builder
-
Packages that use WorkflowExecutionFailedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionFailedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description static WorkflowExecutionFailedEventAttributes.BuilderWorkflowExecutionFailedEventAttributes. builder()WorkflowExecutionFailedEventAttributes.BuilderWorkflowExecutionFailedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution.WorkflowExecutionFailedEventAttributes.BuilderWorkflowExecutionFailedEventAttributes.Builder. details(String details)The details of the failure.WorkflowExecutionFailedEventAttributes.BuilderWorkflowExecutionFailedEventAttributes.Builder. reason(String reason)The descriptive reason provided for the failure.WorkflowExecutionFailedEventAttributes.BuilderWorkflowExecutionFailedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionFailedEventAttributes.Builder>WorkflowExecutionFailedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. workflowExecutionFailedEventAttributes(Consumer<WorkflowExecutionFailedEventAttributes.Builder> workflowExecutionFailedEventAttributes)If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-