public static final class DescribeDomainListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainListRequest |
build() |
DescribeDomainListRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeDomainListRequest.Builder |
domainType(String domainType)
The type of the domain name that you want to query.
|
DescribeDomainListRequest.Builder |
fuzzyDomain(String fuzzyDomain)
The keyword that is used to query domain names.
|
DescribeDomainListRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeDomainListRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
public DescribeDomainListRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeDomainListRequest.Builder domainType(String domainType)
The type of the domain name that you want to query. Valid values:
root
public DescribeDomainListRequest.Builder fuzzyDomain(String fuzzyDomain)
The keyword that is used to query domain names. Fuzzy match is supported.
example:sas
public DescribeDomainListRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
example:10
public DescribeDomainListRequest.Builder sourceIp(String sourceIp)
The source IP address of the request.
example:192.122.XX.XX
public DescribeDomainListRequest build()
Copyright © 2026. All rights reserved.