public static interface WorkflowExecutionCanceledEventAttributes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionCanceledEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelWorkflowExecution decision for this cancellation request. |
WorkflowExecutionCanceledEventAttributes.Builder |
details(String details)
Details for the cancellation (if any).
|
copyapply, buildWorkflowExecutionCanceledEventAttributes.Builder details(String details)
Details for the cancellation (if any).
details - Details for the cancellation (if any).WorkflowExecutionCanceledEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelWorkflowExecution 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 CancelWorkflowExecution 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.Copyright © 2017. All rights reserved.