public static final class UpdateCloudGtmInstanceConfigBasicRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateCloudGtmInstanceConfigBasicRequest |
build() |
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
configId(String configId)
The configuration ID of the access domain name.
|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
instanceId(String instanceId)
The ID of the GTM 3.0 instance for which you want to modify the TTL configuration.
|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
scheduleHostname(String scheduleHostname)
Host record of the domain accessed by GTM.
|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
scheduleZoneName(String scheduleZoneName)
The zone (such as example.com) or subzone (such as a.example.com) of the GTM access domain name.
|
UpdateCloudGtmInstanceConfigBasicRequest.Builder |
ttl(Integer ttl)
The global TTL value, in seconds.
|
public UpdateCloudGtmInstanceConfigBasicRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public UpdateCloudGtmInstanceConfigBasicRequest.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 UpdateCloudGtmInstanceConfigBasicRequest.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 value of ConfigId for the access domain name.
example:Config-000**11
public UpdateCloudGtmInstanceConfigBasicRequest.Builder instanceId(String instanceId)
The ID of the GTM 3.0 instance for which you want to modify the TTL configuration.
example:gtm-cn-wwo3a3hbz**
public UpdateCloudGtmInstanceConfigBasicRequest.Builder scheduleHostname(String scheduleHostname)
Host record of the domain accessed by GTM.
example:www
public UpdateCloudGtmInstanceConfigBasicRequest.Builder scheduleZoneName(String scheduleZoneName)
The zone (such as example.com) or subzone (such as a.example.com) of the GTM access domain name. In most cases, the zone or subzone is hosted in Authoritative DNS Resolution of the Alibaba Cloud DNS console within the account to which the GTM instance belongs.
example:example.com
public UpdateCloudGtmInstanceConfigBasicRequest.Builder ttl(Integer ttl)
The global TTL value, in seconds. The global TTL value affects how long the DNS records that map the access domain name to the addresses in the address pools are cached in the local DNS servers of Internet service providers (ISPs).
example:60
public UpdateCloudGtmInstanceConfigBasicRequest build()
Copyright © 2026. All rights reserved.