Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowExecutionSignaledEventAttributes.Builder
-
Packages that use WorkflowExecutionSignaledEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionSignaledEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionSignaledEventAttributes.Builder Modifier and Type Method Description static WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes. builder()WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes.Builder. externalInitiatedEventId(Long externalInitiatedEventId)The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowdecision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.default WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes.Builder. externalWorkflowExecution(Consumer<WorkflowExecution.Builder> externalWorkflowExecution)The workflow execution that sent the signal.WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes.Builder. externalWorkflowExecution(WorkflowExecution externalWorkflowExecution)The workflow execution that sent the signal.WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes.Builder. input(String input)The inputs provided with the signal.WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes.Builder. signalName(String signalName)The name of the signal received.WorkflowExecutionSignaledEventAttributes.BuilderWorkflowExecutionSignaledEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionSignaledEventAttributes.Builder Modifier and Type Method Description static Class<? extends WorkflowExecutionSignaledEventAttributes.Builder>WorkflowExecutionSignaledEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowExecutionSignaledEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. workflowExecutionSignaledEventAttributes(Consumer<WorkflowExecutionSignaledEventAttributes.Builder> workflowExecutionSignaledEventAttributes)If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.
-