CopyableBuilder<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>, SdkBuilder<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>public static interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder extends CopyableBuilder<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>
| Modifier and Type | Method | Description |
|---|---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
control(String control) |
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.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. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
runId(String runId) |
The
runId of the external workflow execution to be canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder |
workflowId(String workflowId) |
The
workflowId of the external workflow execution to be canceled. |
copyapply, buildRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder workflowId(String workflowId)
The workflowId of the external workflow execution to be canceled.
workflowId - The workflowId of the external workflow execution to be canceled.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder runId(String runId)
The runId of the external workflow execution to be canceled.
runId - The runId of the external workflow execution to be canceled.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.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.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
control - Optional.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.