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