public static final class UpdateCloudGtmGlobalAlertRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmGlobalAlertRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmGlobalAlertRequest.Builder |
alertConfig(List<UpdateCloudGtmGlobalAlertRequest.AlertConfig> alertConfig)
The alert configurations.
|
UpdateCloudGtmGlobalAlertRequest.Builder |
alertGroup(List<String> alertGroup)
The alert contact groups.
|
UpdateCloudGtmGlobalAlertRequest |
build() |
UpdateCloudGtmGlobalAlertRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
public UpdateCloudGtmGlobalAlertRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmGlobalAlertRequest.Builder alertConfig(List<UpdateCloudGtmGlobalAlertRequest.AlertConfig> alertConfig)
The alert configurations.
public UpdateCloudGtmGlobalAlertRequest.Builder alertGroup(List<String> alertGroup)
The alert contact groups.
public UpdateCloudGtmGlobalAlertRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request. You can specify a custom value for this parameter, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:1ae05db4-10e7-11ef-b126-00163e24**22
public UpdateCloudGtmGlobalAlertRequest build()
Copyright © 2026. All rights reserved.