public static final class UpdateCloudGtmInstanceNameRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmInstanceNameRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmInstanceNameRequest |
build() |
UpdateCloudGtmInstanceNameRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmInstanceNameRequest.Builder |
instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) instance.
|
UpdateCloudGtmInstanceNameRequest.Builder |
instanceName(String instanceName)
The name of the instance.
|
public UpdateCloudGtmInstanceNameRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmInstanceNameRequest.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 UpdateCloudGtmInstanceNameRequest.Builder instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) instance.
example:gtm-cn-jmp3qnw**03
public UpdateCloudGtmInstanceNameRequest.Builder instanceName(String instanceName)
The name of the instance. You cannot leave this parameter empty.
example:test
public UpdateCloudGtmInstanceNameRequest build()
Copyright © 2026. All rights reserved.