public static interface Timer.Builder extends SdkPojo, CopyableBuilder<Timer.Builder,Timer>
| Modifier and Type | Method and Description |
|---|---|
Timer.Builder |
name(String name)
The name of the timer.
|
Timer.Builder |
timestamp(Instant timestamp)
The expiration time for the timer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimer.Builder name(String name)
The name of the timer.
name - The name of the timer.Timer.Builder timestamp(Instant timestamp)
The expiration time for the timer.
timestamp - The expiration time for the timer.Copyright © 2023. All rights reserved.