public static interface ActivityTaskCompletedEventAttributes.Builder extends SdkPojo, CopyableBuilder<ActivityTaskCompletedEventAttributes.Builder,ActivityTaskCompletedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
ActivityTaskCompletedEventAttributes.Builder | 
result(String result)
 The results of the activity task. 
 | 
ActivityTaskCompletedEventAttributes.Builder | 
scheduledEventId(Long scheduledEventId)
 The ID of the  
ActivityTaskScheduled event that was recorded when this activity task was
 scheduled. | 
ActivityTaskCompletedEventAttributes.Builder | 
startedEventId(Long startedEventId)
 The ID of the  
ActivityTaskStarted event recorded when this activity task was started. | 
copyapplyMutation, buildActivityTaskCompletedEventAttributes.Builder result(String result)
The results of the activity task.
result - The results of the activity task.ActivityTaskCompletedEventAttributes.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.ActivityTaskCompletedEventAttributes.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.