Interface DescribeAlarmsResponse.Builder

    • Method Detail

      • compositeAlarms

        DescribeAlarmsResponse.Builder compositeAlarms​(Collection<CompositeAlarm> compositeAlarms)

        The information about any composite alarms returned by the operation.

        Parameters:
        compositeAlarms - The information about any composite alarms returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compositeAlarms

        DescribeAlarmsResponse.Builder compositeAlarms​(CompositeAlarm... compositeAlarms)

        The information about any composite alarms returned by the operation.

        Parameters:
        compositeAlarms - The information about any composite alarms returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricAlarms

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

        The information about any metric alarms returned by the operation.

        Parameters:
        metricAlarms - The information about any metric alarms returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricAlarms

        DescribeAlarmsResponse.Builder metricAlarms​(MetricAlarm... metricAlarms)

        The information about any metric alarms returned by the operation.

        Parameters:
        metricAlarms - The information about any metric alarms returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAlarmsResponse.Builder nextToken​(String nextToken)

        The token that marks the start of the next batch of returned results.

        Parameters:
        nextToken - The token that marks the start of the next batch of returned results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.