public static final class CreateCloudGtmInstanceConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCloudGtmInstanceConfigRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
CreateCloudGtmInstanceConfigRequest |
build() |
CreateCloudGtmInstanceConfigRequest.Builder |
chargeType(String chargeType)
ChargeType.
|
CreateCloudGtmInstanceConfigRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
CreateCloudGtmInstanceConfigRequest.Builder |
enableStatus(String enableStatus)
The enabling state of the access domain name.
|
CreateCloudGtmInstanceConfigRequest.Builder |
instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance.
|
CreateCloudGtmInstanceConfigRequest.Builder |
remark(String remark)
The description of the access domain name.
|
CreateCloudGtmInstanceConfigRequest.Builder |
scheduleHostname(String scheduleHostname)
The hostname of the access domain name.
|
CreateCloudGtmInstanceConfigRequest.Builder |
scheduleRrType(String scheduleRrType)
The type of the Domain Name System (DNS) record configured for the access domain name.
|
CreateCloudGtmInstanceConfigRequest.Builder |
scheduleZoneMode(String scheduleZoneMode)
The configuration mode of the access domain name.
|
CreateCloudGtmInstanceConfigRequest.Builder |
scheduleZoneName(String scheduleZoneName)
The name of the parent zone for the access domain name configured in GTM.
|
CreateCloudGtmInstanceConfigRequest.Builder |
ttl(Integer ttl)
The global time to live (TTL) period.
|
public CreateCloudGtmInstanceConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public CreateCloudGtmInstanceConfigRequest.Builder chargeType(String chargeType)
public CreateCloudGtmInstanceConfigRequest.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 CreateCloudGtmInstanceConfigRequest.Builder enableStatus(String enableStatus)
The enabling state of the access domain name. Valid values:
enable
public CreateCloudGtmInstanceConfigRequest.Builder instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance. This ID uniquely identifies a GTM 3.0 instance.
example:gtm-cn-jmp3qnw**03
public CreateCloudGtmInstanceConfigRequest.Builder remark(String remark)
The description of the access domain name.
example:test
public CreateCloudGtmInstanceConfigRequest.Builder scheduleHostname(String scheduleHostname)
The hostname of the access domain name.
example:www
public CreateCloudGtmInstanceConfigRequest.Builder scheduleRrType(String scheduleRrType)
The type of the Domain Name System (DNS) record configured for the access domain name. Valid values:
A
public CreateCloudGtmInstanceConfigRequest.Builder scheduleZoneMode(String scheduleZoneMode)
The configuration mode of the access domain name. Valid values:
custom
public CreateCloudGtmInstanceConfigRequest.Builder scheduleZoneName(String scheduleZoneName)
The name of the parent zone for the access domain name configured in GTM. In most cases, the value of this parameter is the name of a zone hosted by Alibaba Cloud DNS. This zone belongs to the account to which the GTM instance belongs. You can specify the name of a zone or subzone.
example:example.com
public CreateCloudGtmInstanceConfigRequest.Builder ttl(Integer ttl)
The global time to live (TTL) period. Unit: seconds. The global TTL period 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). You can specify a custom value.
example:30
public CreateCloudGtmInstanceConfigRequest build()
Copyright © 2026. All rights reserved.