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.Builder
WorkflowExecutionSignaledEventAttributes. builder()
WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes.Builder. externalInitiatedEventId(Long externalInitiatedEventId)
The ID of theSignalExternalWorkflowExecutionInitiated
event corresponding to theSignalExternalWorkflow
decision to signal this workflow execution.The source event with this ID can be found in the history of the source workflow execution.default WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes.Builder. externalWorkflowExecution(Consumer<WorkflowExecution.Builder> externalWorkflowExecution)
The workflow execution that sent the signal.WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes.Builder. externalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The workflow execution that sent the signal.WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes.Builder. input(String input)
The inputs provided with the signal.WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes.Builder. signalName(String signalName)
The name of the signal received.WorkflowExecutionSignaledEventAttributes.Builder
WorkflowExecutionSignaledEventAttributes. 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.Builder
HistoryEvent.Builder. workflowExecutionSignaledEventAttributes(Consumer<WorkflowExecutionSignaledEventAttributes.Builder> workflowExecutionSignaledEventAttributes)
If the event is of typeWorkflowExecutionSignaled
then this member is set and provides detailed information about the event.
-