public static interface TimerCanceledEventAttributes.Builder extends CopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>
| Modifier and Type | Method and Description |
|---|---|
TimerCanceledEventAttributes.Builder |
decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelTimer decision to cancel this timer. |
TimerCanceledEventAttributes.Builder |
startedEventId(Long startedEventId)
The ID of the
TimerStarted event that was recorded when this timer was started. |
TimerCanceledEventAttributes.Builder |
timerId(String timerId)
The unique ID of the timer that was canceled.
|
copyapply, buildTimerCanceledEventAttributes.Builder timerId(String timerId)
The unique ID of the timer that was canceled.
timerId - The unique ID of the timer that was canceled.TimerCanceledEventAttributes.Builder startedEventId(Long startedEventId)
The ID of the TimerStarted event that was recorded when this timer 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 TimerStarted event that was recorded when this timer was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.TimerCanceledEventAttributes.Builder decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the CancelTimer decision to cancel this timer. 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 CancelTimer decision to cancel this timer. 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.