| 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)
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 fires.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.timerStartedEventAttributes(Consumer<TimerStartedEventAttributes.Builder> timerStartedEventAttributes)
If the event is of type
TimerStarted then this member is set and provides detailed information
about the event. |
Copyright © 2023. All rights reserved.