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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnoozeActionConfiguration.Buildernote(String note)The note that you can leave when you snooze the alarm.SnoozeActionConfiguration.BuildersnoozeDuration(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 Detail
-
snoozeDuration
SnoozeActionConfiguration.Builder snoozeDuration(Integer snoozeDuration)
The snooze time in seconds. The alarm automatically changes to the
NORMALstate after this duration.- Parameters:
snoozeDuration- The snooze time in seconds. The alarm automatically changes to theNORMALstate after this duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
note
SnoozeActionConfiguration.Builder note(String 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.
-
-