Uses of Interface
software.amazon.awssdk.services.swf.model.ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder
-
Packages that use ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder Modifier and Type Method Description static ExternalWorkflowExecutionCancelRequestedEventAttributes.BuilderExternalWorkflowExecutionCancelRequestedEventAttributes. builder()ExternalWorkflowExecutionCancelRequestedEventAttributes.BuilderExternalWorkflowExecutionCancelRequestedEventAttributes.Builder. initiatedEventId(Long initiatedEventId)The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution.ExternalWorkflowExecutionCancelRequestedEventAttributes.BuilderExternalWorkflowExecutionCancelRequestedEventAttributes. toBuilder()default ExternalWorkflowExecutionCancelRequestedEventAttributes.BuilderExternalWorkflowExecutionCancelRequestedEventAttributes.Builder. workflowExecution(Consumer<WorkflowExecution.Builder> workflowExecution)The external workflow execution to which the cancellation request was delivered.ExternalWorkflowExecutionCancelRequestedEventAttributes.BuilderExternalWorkflowExecutionCancelRequestedEventAttributes.Builder. workflowExecution(WorkflowExecution workflowExecution)The external workflow execution to which the cancellation request was delivered.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder Modifier and Type Method Description static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder>ExternalWorkflowExecutionCancelRequestedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. externalWorkflowExecutionCancelRequestedEventAttributes(Consumer<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> externalWorkflowExecutionCancelRequestedEventAttributes)If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.
-