public static final class UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmInstanceConfigEnableStatusRequest |
build() |
UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder |
configId(String configId)
The configuration ID of the access domain name.
|
UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder |
enableStatus(String enableStatus)
The enabling state of the access domain name.
|
UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder |
instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance.
|
public UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh-CN
public UpdateCloudGtmInstanceConfigEnableStatusRequest.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 UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder configId(String configId)
The configuration ID of the access domain name. Two configuration IDs exist when the access domain name is bound to the same GTM instance but an A record and an AAAA record are configured for the access domain name. The configuration ID uniquely identifies a configuration.
You can call the ListCloudGtmInstanceConfigs operation to query the configuration ID of the access domain name.
example:Config-000**11
public UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder enableStatus(String enableStatus)
The enabling state of the access domain name. Valid values:
enable
public UpdateCloudGtmInstanceConfigEnableStatusRequest.Builder instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance.
example:gtm-cn-wwo3a3hbz**
public UpdateCloudGtmInstanceConfigEnableStatusRequest build()
Copyright © 2026. All rights reserved.