| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionSignaledEventAttributes.Builder |
WorkflowExecutionSignaledEventAttributes.builder() |
WorkflowExecutionSignaledEventAttributes.Builder |
WorkflowExecutionSignaledEventAttributes.Builder.externalInitiatedEventId(Long externalInitiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflow 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowExecutionSignaledEventAttributes.Builder> |
WorkflowExecutionSignaledEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.workflowExecutionSignaledEventAttributes(Consumer<WorkflowExecutionSignaledEventAttributes.Builder> workflowExecutionSignaledEventAttributes)
If the event is of type
WorkflowExecutionSignaled then this member is set and provides detailed
information about the event. |
Copyright © 2022. All rights reserved.