CopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
, SdkBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
public static interface ExternalWorkflowExecutionSignaledEventAttributes.Builder extends CopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
Modifier and Type | Method | 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.
|
copy
apply, build
ExternalWorkflowExecutionSignaledEventAttributes.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 Amazon Web Services, Inc. All Rights Reserved.