Interface SnoozeActionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnoozeActionConfiguration.Builder,
,SnoozeActionConfiguration> SdkBuilder<SnoozeActionConfiguration.Builder,
,SnoozeActionConfiguration> SdkPojo
- Enclosing class:
SnoozeActionConfiguration
public static interface SnoozeActionConfiguration.Builder
extends SdkPojo, CopyableBuilder<SnoozeActionConfiguration.Builder,SnoozeActionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe note that you can leave when you snooze the alarm.snoozeDuration
(Integer snoozeDuration) The snooze time in seconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
snoozeDuration
The snooze time in seconds. The alarm automatically changes to the
NORMAL
state after this duration.- Parameters:
snoozeDuration
- The snooze time in seconds. The alarm automatically changes to theNORMAL
state after this duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
note
The note that you can leave when you snooze the alarm.
- Parameters:
note
- The note that you can leave when you snooze the alarm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-