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