public static final class DeleteCloudGtmMonitorTemplateRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteCloudGtmMonitorTemplateRequest.Builder |
acceptLanguage(String acceptLanguage)
The language in which the returned results are displayed.
|
DeleteCloudGtmMonitorTemplateRequest |
build() |
DeleteCloudGtmMonitorTemplateRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DeleteCloudGtmMonitorTemplateRequest.Builder |
templateId(String templateId)
The ID of the health check template.
|
public DeleteCloudGtmMonitorTemplateRequest.Builder acceptLanguage(String acceptLanguage)
The language in which the returned results are displayed. Valid values:
en-US
public DeleteCloudGtmMonitorTemplateRequest.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 DeleteCloudGtmMonitorTemplateRequest.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-89518052425100**80
public DeleteCloudGtmMonitorTemplateRequest build()
Copyright © 2026. All rights reserved.