Interface Alarm.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Alarm.Builder,Alarm>, SdkBuilder<Alarm.Builder,Alarm>, SdkPojo
Enclosing class:
Alarm

public static interface Alarm.Builder extends SdkPojo, CopyableBuilder<Alarm.Builder,Alarm>
  • Method Details

    • alarmName

      Alarm.Builder alarmName(String alarmName)

      The name of the alarm.

      Parameters:
      alarmName - The name of the alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alarmARN

      Alarm.Builder alarmARN(String alarmARN)

      The Amazon Resource Name (ARN) of the alarm.

      Parameters:
      alarmARN - The Amazon Resource Name (ARN) of the alarm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.