public static interface ActivityTaskCanceledEventAttributes.Builder extends CopyableBuilder<ActivityTaskCanceledEventAttributes.Builder,ActivityTaskCanceledEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
ActivityTaskCanceledEventAttributes.Builder | 
details(String details)
 Details of the cancellation. 
 | 
ActivityTaskCanceledEventAttributes.Builder | 
latestCancelRequestedEventId(Long latestCancelRequestedEventId)
 If set, contains the ID of the last  
ActivityTaskCancelRequested event recorded for this activity
 task. | 
ActivityTaskCanceledEventAttributes.Builder | 
scheduledEventId(Long scheduledEventId)
 The ID of the  
ActivityTaskScheduled event that was recorded when this activity task was
 scheduled. | 
ActivityTaskCanceledEventAttributes.Builder | 
startedEventId(Long startedEventId)
 The ID of the  
ActivityTaskStarted event recorded when this activity task was started. | 
copyapplyMutation, buildActivityTaskCanceledEventAttributes.Builder details(String details)
Details of the cancellation.
details - Details of the cancellation.ActivityTaskCanceledEventAttributes.Builder scheduledEventId(Long scheduledEventId)
 The ID of the ActivityTaskScheduled event that was recorded when this activity task was
 scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading
 up to this event.
 
scheduledEventId - The ID of the ActivityTaskScheduled event that was recorded when this activity task was
        scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
        leading up to this event.ActivityTaskCanceledEventAttributes.Builder startedEventId(Long startedEventId)
 The ID of the ActivityTaskStarted event recorded when this activity task was started. This
 information can be useful for diagnosing problems by tracing back the chain of events leading up to this
 event.
 
startedEventId - The ID of the ActivityTaskStarted event recorded when this activity task was started.
        This information can be useful for diagnosing problems by tracing back the chain of events leading up
        to this event.ActivityTaskCanceledEventAttributes.Builder latestCancelRequestedEventId(Long latestCancelRequestedEventId)
 If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity
 task. This information can be useful for diagnosing problems by tracing back the chain of events leading up
 to this event.
 
latestCancelRequestedEventId - If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this
        activity task. 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.