public static interface TimerDefinition.Builder extends SdkPojo, CopyableBuilder<TimerDefinition.Builder,TimerDefinition>
| Modifier and Type | Method and Description |
|---|---|
TimerDefinition.Builder |
name(String name)
The name of the timer.
|
TimerDefinition.Builder |
seconds(Integer seconds)
The new setting of the timer (the number of seconds before the timer elapses).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimerDefinition.Builder name(String name)
The name of the timer.
name - The name of the timer.TimerDefinition.Builder seconds(Integer seconds)
The new setting of the timer (the number of seconds before the timer elapses).
seconds - The new setting of the timer (the number of seconds before the timer elapses).Copyright © 2023. All rights reserved.