CopyableBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>, SdkBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>public static interface DisableAlarmActionsRequest.Builder extends CopyableBuilder<DisableAlarmActionsRequest.Builder,DisableAlarmActionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DisableAlarmActionsRequest.Builder |
alarmNames(String... alarmNames) |
The names of the alarms.
|
DisableAlarmActionsRequest.Builder |
alarmNames(Collection<String> alarmNames) |
The names of the alarms.
|
copyapply, buildDisableAlarmActionsRequest.Builder alarmNames(Collection<String> alarmNames)
The names of the alarms.
alarmNames - The names of the alarms.DisableAlarmActionsRequest.Builder alarmNames(String... alarmNames)
The names of the alarms.
NOTE: This method appends the values to the existing list (if any). Use
#setAlarmNames(java.util.Collection) or #withAlarmNames(java.util.Collection) if you want to
override the existing values.
alarmNames - The names of the alarms.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.