public static interface ActivityTaskStartedEventAttributes.Builder extends SdkPojo, CopyableBuilder<ActivityTaskStartedEventAttributes.Builder,ActivityTaskStartedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
ActivityTaskStartedEventAttributes.Builder | 
identity(String identity)
 Identity of the worker that was assigned this task. 
 | 
ActivityTaskStartedEventAttributes.Builder | 
scheduledEventId(Long scheduledEventId)
 The ID of the  
ActivityTaskScheduled event that was recorded when this activity task was
 scheduled. | 
copyapplyMutation, buildActivityTaskStartedEventAttributes.Builder identity(String identity)
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
identity - Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The
        form of this identity is user defined.ActivityTaskStartedEventAttributes.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.