Interface ServiceDeploymentAlarms.Builder

  • Method Details

    • status

      The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.

      Parameters:
      status - The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.

      Parameters:
      status - The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.