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 Details

    • 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 the NORMAL state.

      Parameters:
      triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • triggerType

      The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.

      Parameters:
      triggerType - The trigger type. If the value is SNOOZE_TIMEOUT, the snooze duration ends and the alarm automatically changes to the NORMAL state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: