public static interface DescribeAlarmsForMetricResponse.Builder extends CloudWatchResponse.Builder, CopyableBuilder<DescribeAlarmsForMetricResponse.Builder,DescribeAlarmsForMetricResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmsForMetricResponse.Builder |
metricAlarms(Collection<MetricAlarm> metricAlarms)
The information for each alarm with the specified metric.
|
DescribeAlarmsForMetricResponse.Builder |
metricAlarms(MetricAlarm... metricAlarms)
The information for each alarm with the specified metric.
|
buildcopyapply, buildDescribeAlarmsForMetricResponse.Builder metricAlarms(Collection<MetricAlarm> metricAlarms)
The information for each alarm with the specified metric.
metricAlarms - The information for each alarm with the specified metric.DescribeAlarmsForMetricResponse.Builder metricAlarms(MetricAlarm... metricAlarms)
The information for each alarm with the specified metric.
metricAlarms - The information for each alarm with the specified metric.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.