public static final class ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder |
aggregate(String aggregate)
The ECS instances that are monitored.
|
ModifyHostAvailabilityRequest.AlertConfigEscalationList |
build() |
ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder |
metricName(String metricName)
The character set that is used in the HTTP response.
|
ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder |
operator(String operator)
The method to trigger an alert.
|
ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder |
times(Integer times)
The parameters of the alert callback.
|
ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder |
value(String value)
The callback URL.
|
public ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder aggregate(String aggregate)
> If the `TaskScope` parameter is set to `GROUP_SPEC_INSTANCE`, this parameter is required.
public ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder metricName(String metricName)
> Valid value: UTF-8.
public ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder operator(String operator)
* true: If the HTTP response body includes the alert rule, an alert is triggered. * false: If the HTTP response does not include the alert rule, an alert is triggered. > If the TaskType parameter is set to HTTP, this parameter is required. For more information about how to set the TaskType parameter, see [CreateHostAvailability](~~115317~~).
public ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder times(Integer times)
public ModifyHostAvailabilityRequest.AlertConfigEscalationList.Builder value(String value)
public ModifyHostAvailabilityRequest.AlertConfigEscalationList build()
Copyright © 2023. All rights reserved.