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