Interface DaemonDeploymentAlarms.Builder

  • Method Details

    • status

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

      Parameters:
      status - The status of the alarms check. Amazon ECS is not using alarms for daemon 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 daemon deployment failures when the status is DISABLED.

      Parameters:
      status - The status of the alarms check. Amazon ECS is not using alarms for daemon 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 daemon deployment failed.

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

      DaemonDeploymentAlarms.Builder alarmNames(String... alarmNames)

      The name of the CloudWatch alarms that determine when a daemon deployment failed.

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

      DaemonDeploymentAlarms.Builder triggeredAlarmNames(Collection<String> triggeredAlarmNames)

      One or more CloudWatch alarm names that have been triggered during the daemon deployment.

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

      DaemonDeploymentAlarms.Builder triggeredAlarmNames(String... triggeredAlarmNames)

      One or more CloudWatch alarm names that have been triggered during the daemon deployment.

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