Interface DescribeAlarmsForMetricResponse.Builder

    • Method Detail

      • metricAlarms

        DescribeAlarmsForMetricResponse.Builder metricAlarms​(Collection<MetricAlarm> metricAlarms)

        The information for each alarm with the specified metric.

        Parameters:
        metricAlarms - The information for each alarm with the specified metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricAlarms

        DescribeAlarmsForMetricResponse.Builder metricAlarms​(MetricAlarm... metricAlarms)

        The information for each alarm with the specified metric.

        Parameters:
        metricAlarms - The information for each alarm with the specified metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.