public static final class UpdateCloudGtmMonitorTemplateRemarkRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmMonitorTemplateRemarkRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmMonitorTemplateRemarkRequest |
build() |
UpdateCloudGtmMonitorTemplateRemarkRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmMonitorTemplateRemarkRequest.Builder |
remark(String remark)
The new description of the template.
|
UpdateCloudGtmMonitorTemplateRemarkRequest.Builder |
templateId(String templateId)
The ID of the health check template.
|
public UpdateCloudGtmMonitorTemplateRemarkRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmMonitorTemplateRemarkRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, 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 UpdateCloudGtmMonitorTemplateRemarkRequest.Builder remark(String remark)
The new description of the template. If you do not specify this parameter, the original description is deleted.
example:test
public UpdateCloudGtmMonitorTemplateRemarkRequest.Builder templateId(String templateId)
The ID of the health check template. This ID uniquely identifies a health check template.
This parameter is required.
example:mtp-89518052455928**00
public UpdateCloudGtmMonitorTemplateRemarkRequest build()
Copyright © 2026. All rights reserved.