public static interface ExternalWorkflowExecutionSignaledEventAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
initiatedEventId(Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
copyapply, buildExternalWorkflowExecutionSignaledEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
workflowExecution - The external workflow execution that the signal was delivered to.ExternalWorkflowExecutionSignaledEventAttributes.Builder initiatedEventId(Long initiatedEventId)
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. This information can be useful
for diagnosing problems by tracing back the chain of events leading up to this event.
initiatedEventId - The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.Copyright © 2017. All rights reserved.