Uses of Interface
software.amazon.awssdk.services.iotevents.model.SetTimerAction.Builder
-
Packages that use SetTimerAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SetTimerAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SetTimerAction.Builder Modifier and Type Method Description static SetTimerAction.BuilderSetTimerAction. builder()SetTimerAction.BuilderSetTimerAction.Builder. durationExpression(String durationExpression)The duration of the timer, in seconds.SetTimerAction.BuilderSetTimerAction.Builder. seconds(Integer seconds)Deprecated.seconds is deprecated.SetTimerAction.BuilderSetTimerAction.Builder. timerName(String timerName)The name of the timer.SetTimerAction.BuilderSetTimerAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type SetTimerAction.Builder Modifier and Type Method Description static Class<? extends SetTimerAction.Builder>SetTimerAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type SetTimerAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. setTimer(Consumer<SetTimerAction.Builder> setTimer)Information needed to set the timer.
-