| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static TimerCanceledEventAttributes.Builder |
TimerCanceledEventAttributes.builder() |
TimerCanceledEventAttributes.Builder |
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 |
TimerCanceledEventAttributes.Builder.startedEventId(Long startedEventId)
The ID of the
TimerStarted event that was recorded when this timer was started. |
TimerCanceledEventAttributes.Builder |
TimerCanceledEventAttributes.Builder.timerId(String timerId)
The unique ID of the timer that was canceled.
|
TimerCanceledEventAttributes.Builder |
TimerCanceledEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimerCanceledEventAttributes.Builder> |
TimerCanceledEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.