public static final class UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmGlobalAlertRequest.AlertConfig |
build() |
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
dingtalkNotice(Boolean dingtalkNotice)
Specifies whether to configure DingTalk notifications.
|
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
emailNotice(Boolean emailNotice)
Specifies whether to configure email notifications.
|
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
noticeType(String noticeType)
The type of the alert event.
|
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
qpsThreshold(Long qpsThreshold)
QpsThreshold.
|
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
smsNotice(Boolean smsNotice)
Specifies whether to configure text message notifications.
|
UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder |
threshold(Integer threshold)
Threshold.
|
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder dingtalkNotice(Boolean dingtalkNotice)
Specifies whether to configure DingTalk notifications. Valid values:
false
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder emailNotice(Boolean emailNotice)
Specifies whether to configure email notifications. Valid values:
true
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder noticeType(String noticeType)
The type of the alert event. Valid values:
addr_alert
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder qpsThreshold(Long qpsThreshold)
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder smsNotice(Boolean smsNotice)
Specifies whether to configure text message notifications. Valid values:
Only the China site (aliyun.com) supports text message notifications.
example:true
public UpdateCloudGtmGlobalAlertRequest.AlertConfig.Builder threshold(Integer threshold)
public UpdateCloudGtmGlobalAlertRequest.AlertConfig build()
Copyright © 2026. All rights reserved.