public static interface DecisionTaskStartedEventAttributes.Builder extends CopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
| Modifier and Type | Method and Description | 
|---|---|
DecisionTaskStartedEventAttributes.Builder | 
identity(String identity)
 Identity of the decider making the request. 
 | 
DecisionTaskStartedEventAttributes.Builder | 
scheduledEventId(Long scheduledEventId)
 The ID of the  
DecisionTaskScheduled event that was recorded when this decision task was
 scheduled. | 
copyapplyMutation, buildDecisionTaskStartedEventAttributes.Builder identity(String identity)
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
identity - Identity of the decider making the request. This enables diagnostic tracing when problems arise. The
        form of this identity is user defined.DecisionTaskStartedEventAttributes.Builder scheduledEventId(Long scheduledEventId)
 The ID of the DecisionTaskScheduled event that was recorded when this decision 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 DecisionTaskScheduled event that was recorded when this decision 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.