public static final class ListWebCustomDomainsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListWebCustomDomainsRequest.Builder |
applicationId(String applicationId)
The application ID.
|
ListWebCustomDomainsRequest |
build() |
ListWebCustomDomainsRequest.Builder |
limit(Integer limit)
The number of custom domain names returned.
|
ListWebCustomDomainsRequest.Builder |
namespaceId(String namespaceId)
The namespace ID.
|
ListWebCustomDomainsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListWebCustomDomainsRequest.Builder |
prefix(String prefix)
The prefix of the custom domain name that you want to query.
|
public ListWebCustomDomainsRequest.Builder applicationId(String applicationId)
The application ID.
example:7e41aff0-9eca-45c9-ac48-675e09******
public ListWebCustomDomainsRequest.Builder limit(Integer limit)
The number of custom domain names returned.
example:10
public ListWebCustomDomainsRequest.Builder namespaceId(String namespaceId)
The namespace ID.
example:cn-hangzhou
public ListWebCustomDomainsRequest.Builder nextToken(String nextToken)
The pagination token.
example:A2RN
public ListWebCustomDomainsRequest.Builder prefix(String prefix)
The prefix of the custom domain name that you want to query.
example:remoteresult
public ListWebCustomDomainsRequest build()
Copyright © 2026. All rights reserved.