Interface AlarmSpecification.Builder

    • Method Detail

      • alarms

        AlarmSpecification.Builder alarms​(Collection<String> alarms)

        The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.

        Parameters:
        alarms - The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarms

        AlarmSpecification.Builder alarms​(String... alarms)

        The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.

        Parameters:
        alarms - The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.