Uses of Interface
software.amazon.awssdk.services.swf.model.ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder
-
Packages that use ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description static ContinueAsNewWorkflowExecutionFailedEventAttributes.BuilderContinueAsNewWorkflowExecutionFailedEventAttributes. builder()ContinueAsNewWorkflowExecutionFailedEventAttributes.BuilderContinueAsNewWorkflowExecutionFailedEventAttributes.Builder. cause(String causeValue)The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributes.BuilderContinueAsNewWorkflowExecutionFailedEventAttributes.Builder. cause(ContinueAsNewWorkflowExecutionFailedCause causeValue)The cause of the failure.ContinueAsNewWorkflowExecutionFailedEventAttributes.BuilderContinueAsNewWorkflowExecutionFailedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theContinueAsNewWorkflowExecutiondecision that started this execution.ContinueAsNewWorkflowExecutionFailedEventAttributes.BuilderContinueAsNewWorkflowExecutionFailedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description static Class<? extends ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder>ContinueAsNewWorkflowExecutionFailedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. continueAsNewWorkflowExecutionFailedEventAttributes(Consumer<ContinueAsNewWorkflowExecutionFailedEventAttributes.Builder> continueAsNewWorkflowExecutionFailedEventAttributes)If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-