public static interface EnableAlarmActionsRequest.Builder extends CloudWatchRequest.Builder, CopyableBuilder<EnableAlarmActionsRequest.Builder,EnableAlarmActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableAlarmActionsRequest.Builder |
alarmNames(Collection<String> alarmNames)
The names of the alarms.
|
EnableAlarmActionsRequest.Builder |
alarmNames(String... alarmNames)
The names of the alarms.
|
EnableAlarmActionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildEnableAlarmActionsRequest.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.
alarmNames - The names of the alarms.EnableAlarmActionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.