CopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
, SdkBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
public static interface RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder extends CopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
Modifier and Type | Method | Description |
---|---|---|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
cause(String cause) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
cause(RequestCancelExternalWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
control(String control) |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the RequestCancelExternalWorkflowExecution decision for this cancellation request. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId) |
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
runId(String runId) |
The
runId of the external workflow execution. |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
workflowId(String workflowId) |
The
workflowId of the external workflow to which the cancel request was to be delivered. |
copy
apply, build
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder workflowId(String workflowId)
The workflowId
of the external workflow to which the cancel request was to be delivered.
workflowId
- The workflowId
of the external workflow to which the cancel request was to be delivered.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder runId(String runId)
The runId
of the external workflow execution.
runId
- The runId
of the external workflow execution.RequestCancelExternalWorkflowExecutionFailedEventAttributes.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. RequestCancelExternalWorkflowExecutionFailedCause
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder cause(RequestCancelExternalWorkflowExecutionFailedCause 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. RequestCancelExternalWorkflowExecutionFailedCause
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder initiatedEventId(Long initiatedEventId)
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the
RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. 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 RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the
RequestCancelExternalWorkflowExecution
decision to cancel this external workflow
execution. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in
the RequestCancelExternalWorkflowExecution
decision for this cancellation request. 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 RequestCancelExternalWorkflowExecution
decision for this cancellation
request. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder control(String control)
control
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.