public static final class SearchCloudGtmInstanceConfigsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchCloudGtmInstanceConfigsRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
availableStatus(String availableStatus)
The availability state of the access domain name.
|
SearchCloudGtmInstanceConfigsRequest |
build() |
SearchCloudGtmInstanceConfigsRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
enableStatus(String enableStatus)
The enabling state of the access domain name.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
healthStatus(String healthStatus)
The health state of the access domain name.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100, and a default of 20.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
remark(String remark)
Remarks for the domain instance.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
scheduleDomainName(String scheduleDomainName)
The access domain name.
|
SearchCloudGtmInstanceConfigsRequest.Builder |
scheduleZoneName(String scheduleZoneName)
The zone such as example.com or subzone such as a.example.com of the access domain name.
|
public SearchCloudGtmInstanceConfigsRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh-CN
public SearchCloudGtmInstanceConfigsRequest.Builder availableStatus(String availableStatus)
The availability state of the access domain name. Valid values:
available
public SearchCloudGtmInstanceConfigsRequest.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 SearchCloudGtmInstanceConfigsRequest.Builder enableStatus(String enableStatus)
The enabling state of the access domain name. Valid values:
enable
public SearchCloudGtmInstanceConfigsRequest.Builder healthStatus(String healthStatus)
The health state of the access domain name. Valid values:
ok
public SearchCloudGtmInstanceConfigsRequest.Builder instanceId(String instanceId)
The ID of the Global Traffic Manager (GTM) 3.0 instance.
example:gtm-cn-wwo3a3hbz**
public SearchCloudGtmInstanceConfigsRequest.Builder pageNumber(Integer pageNumber)
Current page number, starting from 1, default is 1.
This parameter is required.
example:1
public SearchCloudGtmInstanceConfigsRequest.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100, and a default of 20.
This parameter is required.
example:20
public SearchCloudGtmInstanceConfigsRequest.Builder remark(String remark)
Remarks for the domain instance.
example:test
public SearchCloudGtmInstanceConfigsRequest.Builder scheduleDomainName(String scheduleDomainName)
The access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.
example:public SearchCloudGtmInstanceConfigsRequest.Builder scheduleZoneName(String scheduleZoneName)
The zone such as example.com or subzone such as a.example.com of the access domain name. In most cases, the zone or subzone is hosted by the Public Authoritative DNS module of Alibaba Cloud DNS. This zone belongs to the account to which the GTM instance belongs.
example:example.com
public SearchCloudGtmInstanceConfigsRequest build()
Copyright © 2026. All rights reserved.