| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.builder() |
TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.Builder.control(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartTimer decision for this activity task. |
TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.Builder.startToFireTimeout(String startToFireTimeout)
The duration of time after which the timer will fire.
|
TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.Builder.timerId(String timerId)
The unique ID of the timer that was started.
|
TimerStartedEventAttributes.Builder |
TimerStartedEventAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimerStartedEventAttributes.Builder> |
TimerStartedEventAttributes.serializableBuilderClass() |
Copyright © 2017. All rights reserved.