Uses of Interface
software.amazon.awssdk.services.swf.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder
-
Packages that use RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder Modifier and Type Method Description static RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes. builder()RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder. control(String control)Data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder. runId(String runId)TherunIdof the external workflow execution to be canceled.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes. toBuilder()RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.BuilderRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder. workflowId(String workflowId)TheworkflowIdof the external workflow execution to be canceled.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder Modifier and Type Method Description static Class<? extends RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder>RequestCancelExternalWorkflowExecutionInitiatedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. requestCancelExternalWorkflowExecutionInitiatedEventAttributes(Consumer<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder> requestCancelExternalWorkflowExecutionInitiatedEventAttributes)If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.
-