public static final class ListCloudGtmInstanceConfigsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCloudGtmInstanceConfigsRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
ListCloudGtmInstanceConfigsRequest |
build() |
ListCloudGtmInstanceConfigsRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ListCloudGtmInstanceConfigsRequest.Builder |
enableStatus(String enableStatus)
The enabling state of the access domain name.
|
ListCloudGtmInstanceConfigsRequest.Builder |
instanceId(String instanceId)
The ID of the GTM 3.0 instance.
|
ListCloudGtmInstanceConfigsRequest.Builder |
pageNumber(Integer pageNumber)
Current page number, starting at 1, default is 1.
|
ListCloudGtmInstanceConfigsRequest.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100, and a default of 20.
|
ListCloudGtmInstanceConfigsRequest.Builder |
remark(String remark)
Remarks.
|
ListCloudGtmInstanceConfigsRequest.Builder |
scheduleDomainName(String scheduleDomainName)
The GTM access domain name.
|
ListCloudGtmInstanceConfigsRequest.Builder |
scheduleZoneName(String scheduleZoneName)
The zone (such as example.com) or subzone (such as a.example.com) of the GTM access domain name.
|
public ListCloudGtmInstanceConfigsRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
en-US
public ListCloudGtmInstanceConfigsRequest.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 ListCloudGtmInstanceConfigsRequest.Builder enableStatus(String enableStatus)
The enabling state of the access domain name. Valid values:
enable
public ListCloudGtmInstanceConfigsRequest.Builder instanceId(String instanceId)
The ID of the GTM 3.0 instance.
example:gtm-cn-wwo3a3hbz**
public ListCloudGtmInstanceConfigsRequest.Builder pageNumber(Integer pageNumber)
Current page number, starting at 1, default is 1.
This parameter is required.
example:1
public ListCloudGtmInstanceConfigsRequest.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 ListCloudGtmInstanceConfigsRequest.Builder remark(String remark)
Remarks.
example:test
public ListCloudGtmInstanceConfigsRequest.Builder scheduleDomainName(String scheduleDomainName)
The GTM access domain name. The value of this parameter is composed of the value of ScheduleHostname and the value of ScheduleZoneName.
example:public ListCloudGtmInstanceConfigsRequest.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 ListCloudGtmInstanceConfigsRequest build()
Copyright © 2026. All rights reserved.