public static final class UpdateDnsGtmInstanceGlobalConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
alertConfig(List<UpdateDnsGtmInstanceGlobalConfigRequest.AlertConfig> alertConfig)
AlertConfig.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
alertGroup(String alertGroup)
The name of the alert group in the JSON format.
|
UpdateDnsGtmInstanceGlobalConfigRequest |
build() |
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
cnameType(String cnameType)
The type of the canonical name (CNAME).
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
forceUpdate(Boolean forceUpdate)
Specifies whether to enable force updates.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
instanceName(String instanceName)
The name of the instance.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
lang(String lang)
The language of the values of specific response parameters.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
publicCnameMode(String publicCnameMode)
Specifies whether to use a custom CNAME domain name or a CNAME domain name assigned by the system to access the instance over the Internet.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
publicRr(String publicRr)
The hostname corresponding to the CNAME domain name that is used to access the instance over the Internet.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
publicUserDomainName(String publicUserDomainName)
The service domain name that is used over the Internet.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
publicZoneName(String publicZoneName)
The CNAME domain name that is used to access the instance over the Internet, which is the primary domain name.
|
UpdateDnsGtmInstanceGlobalConfigRequest.Builder |
ttl(Integer ttl)
The global time to live (TTL).
|
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder alertConfig(List<UpdateDnsGtmInstanceGlobalConfigRequest.AlertConfig> alertConfig)
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder alertGroup(String alertGroup)
The name of the alert group in the JSON format.
example:alertGroup1
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder cnameType(String cnameType)
The type of the canonical name (CNAME).
public
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder forceUpdate(Boolean forceUpdate)
Specifies whether to enable force updates. Valid values:
true
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder instanceId(String instanceId)
The ID of the instance.
This parameter is required.
example:instance1
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder instanceName(String instanceName)
The name of the instance. This parameter is required only for the first update.
example:test
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder lang(String lang)
The language of the values of specific response parameters. Default value: en. Valid values: en, zh, and ja.
example:en
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder publicCnameMode(String publicCnameMode)
Specifies whether to use a custom CNAME domain name or a CNAME domain name assigned by the system to access the instance over the Internet. Valid values:
custom
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder publicRr(String publicRr)
The hostname corresponding to the CNAME domain name that is used to access the instance over the Internet.
example:test.rr
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder publicUserDomainName(String publicUserDomainName)
The service domain name that is used over the Internet.
example:example.com
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder publicZoneName(String publicZoneName)
The CNAME domain name that is used to access the instance over the Internet, which is the primary domain name. This parameter is required when the PublicCnameMode parameter is set to CUSTOM.
example:You must use the primary domain name. Do not include the hostname specified by the PublicRr parameter.
gtm-003.com
public UpdateDnsGtmInstanceGlobalConfigRequest.Builder ttl(Integer ttl)
The global time to live (TTL).
example:1
public UpdateDnsGtmInstanceGlobalConfigRequest build()
Copyright © 2026. All rights reserved.