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