public static final class ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
arn(String arn)
The mute period during which new alerts are not sent even if the trigger conditions are met.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList |
build() |
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
id(String id)
The end of the time period during which the alert rule is effective.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
jsonParams(String jsonParams)
The ID of the request.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
level(String level)
The range of instances that are monitored by the availability monitoring task.
|
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder arn(String arn)
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder id(String id)
For example, if the `AlertConfig.StartTime` parameter is set to 0 and the `AlertConfig.EndTime` parameter is set to 22, the alert rule is effective from 00:00:00 to 22:00:00. > Alert notifications are sent based on the specified threshold only if the alert rule is effective.
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder jsonParams(String jsonParams)
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder level(String level)
* GROUP: All ECS instances in the application group are monitored. * GROUP_SPEC_INSTANCE: Specified ECS instances in the application group are monitored. The TaskScope parameter must be used in combination with the InstanceList.N parameter. The InstanceList.N parameter specifies the ECS instances to be monitored.
public ModifyHostAvailabilityRequest.AlertConfigTargetList build()
Copyright © 2023. All rights reserved.