public static interface WorkflowExecutionCanceledEventAttributes.Builder extends SdkPojo, 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)
 The details of the cancellation. 
 | 
copyapplyMutation, buildWorkflowExecutionCanceledEventAttributes.Builder details(String details)
The details of the cancellation.
details - The details of the cancellation.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.