CopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>, SdkBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>public static interface SignalExternalWorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>
| Modifier and Type | Method | Description |
|---|---|---|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
cause(SignalExternalWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
control(String control) |
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
runId(String runId) |
The
runId of the external workflow execution that the signal was being delivered to. |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
workflowId(String workflowId) |
The
workflowId of the external workflow execution that the signal was being delivered to. |
copyapply, buildSignalExternalWorkflowExecutionFailedEventAttributes.Builder workflowId(String workflowId)
The workflowId of the external workflow execution that the signal was being delivered to.
workflowId - The workflowId of the external workflow execution that the signal was being delivered to.SignalExternalWorkflowExecutionFailedEventAttributes.Builder runId(String runId)
The runId of the external workflow execution that the signal was being delivered to.
runId - The runId of the external workflow execution that the signal was being delivered to.SignalExternalWorkflowExecutionFailedEventAttributes.Builder cause(String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. SignalExternalWorkflowExecutionFailedCauseSignalExternalWorkflowExecutionFailedEventAttributes.Builder cause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause - The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes. SignalExternalWorkflowExecutionFailedCauseSignalExternalWorkflowExecutionFailedEventAttributes.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.SignalExternalWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the SignalExternalWorkflowExecution decision for this signal. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event corresponding to the decision task that
resulted in the SignalExternalWorkflowExecution decision for this signal. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.SignalExternalWorkflowExecutionFailedEventAttributes.Builder control(String control)
control - Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.