public static final class ListDomainsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListDomainsRequest |
build() |
ListDomainsRequest.Builder |
domainName(String domainName)
The domain name that is used to match custom domain names.
|
ListDomainsRequest.Builder |
offset(Integer offset)
The line from which the query starts.
|
ListDomainsRequest.Builder |
project(String project)
The name of the project.
|
ListDomainsRequest.Builder |
size(Integer size)
The number of entries per page.
|
public ListDomainsRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-test-project
public ListDomainsRequest.Builder domainName(String domainName)
The domain name that is used to match custom domain names. For example, if you set domainName to example.com, the matched domain names are a.example.com and b.example.com.
example.com
public ListDomainsRequest.Builder offset(Integer offset)
The line from which the query starts. Default value: 0.
example:0
public ListDomainsRequest.Builder size(Integer size)
The number of entries per page. Default value: 500. Maximum value: 500.
example:10
public ListDomainsRequest build()
Copyright © 2025. All rights reserved.