Uses of Interface
software.amazon.awssdk.services.swf.model.TimerStartedEventAttributes.Builder
-
Packages that use TimerStartedEventAttributes.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of TimerStartedEventAttributes.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return TimerStartedEventAttributes.Builder Modifier and Type Method Description static TimerStartedEventAttributes.BuilderTimerStartedEventAttributes. builder()TimerStartedEventAttributes.BuilderTimerStartedEventAttributes.Builder. control(String control)Data attached to the event that can be used by the decider in subsequent workflow tasks.TimerStartedEventAttributes.BuilderTimerStartedEventAttributes.Builder. decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartTimerdecision for this activity task.TimerStartedEventAttributes.BuilderTimerStartedEventAttributes.Builder. startToFireTimeout(String startToFireTimeout)The duration of time after which the timer fires.TimerStartedEventAttributes.BuilderTimerStartedEventAttributes.Builder. timerId(String timerId)The unique ID of the timer that was started.TimerStartedEventAttributes.BuilderTimerStartedEventAttributes. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type TimerStartedEventAttributes.Builder Modifier and Type Method Description static Class<? extends TimerStartedEventAttributes.Builder>TimerStartedEventAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type TimerStartedEventAttributes.Builder Modifier and Type Method Description default HistoryEvent.BuilderHistoryEvent.Builder. timerStartedEventAttributes(Consumer<TimerStartedEventAttributes.Builder> timerStartedEventAttributes)If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.
-