Interface DaemonAlarmConfiguration.Builder

  • Method Details

    • alarmNames

      The CloudWatch alarm names to monitor during a daemon deployment.

      Parameters:
      alarmNames - The CloudWatch alarm names to monitor during a daemon deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alarmNames

      DaemonAlarmConfiguration.Builder alarmNames(String... alarmNames)

      The CloudWatch alarm names to monitor during a daemon deployment.

      Parameters:
      alarmNames - The CloudWatch alarm names to monitor during a daemon deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enable

      Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value is false.

      Parameters:
      enable - Determines whether to use the CloudWatch alarm option in the daemon deployment process. The default value is false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.