public static interface Alarm.Builder extends CopyableBuilder<Alarm.Builder,Alarm>
| Modifier and Type | Method and Description |
|---|---|
Alarm.Builder |
name(String name)
The name of the alarm.
|
copyapply, buildAlarm.Builder name(String name)
The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.
name - The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a
list of alarms.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.