CopyableBuilder<EnableAlarmActionsRequest.Builder,EnableAlarmActionsRequest>
, SdkBuilder<EnableAlarmActionsRequest.Builder,EnableAlarmActionsRequest>
public static interface EnableAlarmActionsRequest.Builder extends CopyableBuilder<EnableAlarmActionsRequest.Builder,EnableAlarmActionsRequest>
Modifier and Type | Method | Description |
---|---|---|
EnableAlarmActionsRequest.Builder |
alarmNames(String... alarmNames) |
The names of the alarms.
|
EnableAlarmActionsRequest.Builder |
alarmNames(Collection<String> alarmNames) |
The names of the alarms.
|
copy
apply, build
EnableAlarmActionsRequest.Builder alarmNames(Collection<String> alarmNames)
The names of the alarms.
alarmNames
- The names of the alarms.EnableAlarmActionsRequest.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.