Interface StateChangeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StateChangeConfiguration.Builder,StateChangeConfiguration>,SdkBuilder<StateChangeConfiguration.Builder,StateChangeConfiguration>,SdkPojo
- Enclosing class:
- StateChangeConfiguration
public static interface StateChangeConfiguration.Builder extends SdkPojo, CopyableBuilder<StateChangeConfiguration.Builder,StateChangeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateChangeConfiguration.BuildertriggerType(String triggerType)The trigger type.StateChangeConfiguration.BuildertriggerType(TriggerType triggerType)The trigger type.-
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
-
triggerType
StateChangeConfiguration.Builder triggerType(String triggerType)
The trigger type. If the value is
SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to theNORMALstate.- Parameters:
triggerType- The trigger type. If the value isSNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to theNORMALstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TriggerType,TriggerType
-
triggerType
StateChangeConfiguration.Builder triggerType(TriggerType triggerType)
The trigger type. If the value is
SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to theNORMALstate.- Parameters:
triggerType- The trigger type. If the value isSNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to theNORMALstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TriggerType,TriggerType
-
-