| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static SetTimerAction.Builder |
SetTimerAction.builder() |
SetTimerAction.Builder |
SetTimerAction.Builder.durationExpression(String durationExpression)
The duration of the timer, in seconds.
|
SetTimerAction.Builder |
SetTimerAction.Builder.seconds(Integer seconds)
Deprecated.
seconds is deprecated. You can use durationExpression for SetTimerAction. The value of seconds
can be used as a string expression for durationExpression.
|
SetTimerAction.Builder |
SetTimerAction.Builder.timerName(String timerName)
The name of the timer.
|
SetTimerAction.Builder |
SetTimerAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetTimerAction.Builder> |
SetTimerAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.setTimer(Consumer<SetTimerAction.Builder> setTimer)
Information needed to set the timer.
|
Copyright © 2022. All rights reserved.