public static interface ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
initiatedEventId(Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
|
copyapply, buildExternalWorkflowExecutionCancelRequestedEventAttributes.Builder workflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
workflowExecution - The external workflow execution to which the cancellation request was delivered.ExternalWorkflowExecutionCancelRequestedEventAttributes.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.Copyright © 2017. All rights reserved.