Interface ServiceDeploymentAlarms.Builder

    • Method Detail

      • alarmNames

        ServiceDeploymentAlarms.Builder alarmNames​(Collection<String> alarmNames)

        The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.

        Parameters:
        alarmNames - The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alarmNames

        ServiceDeploymentAlarms.Builder alarmNames​(String... alarmNames)

        The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.

        Parameters:
        alarmNames - The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • triggeredAlarmNames

        ServiceDeploymentAlarms.Builder triggeredAlarmNames​(Collection<String> triggeredAlarmNames)

        One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.

        Parameters:
        triggeredAlarmNames - One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • triggeredAlarmNames

        ServiceDeploymentAlarms.Builder triggeredAlarmNames​(String... triggeredAlarmNames)

        One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.

        Parameters:
        triggeredAlarmNames - One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.