public static final class ListWebApplicationsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListWebApplicationsRequest |
build() |
ListWebApplicationsRequest.Builder |
limit(Integer limit)
The number of applications returned.
|
ListWebApplicationsRequest.Builder |
namespaceId(String namespaceId)
The namespace ID.
|
ListWebApplicationsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListWebApplicationsRequest.Builder |
prefix(String prefix)
The prefix of the application name.
|
public ListWebApplicationsRequest.Builder limit(Integer limit)
The number of applications returned.
example:10
public ListWebApplicationsRequest.Builder namespaceId(String namespaceId)
The namespace ID.
example:cn-beijing:test
public ListWebApplicationsRequest.Builder nextToken(String nextToken)
The pagination token.
example:MTIzNCNhYmM
public ListWebApplicationsRequest.Builder prefix(String prefix)
The prefix of the application name.
example:my-application
public ListWebApplicationsRequest build()
Copyright © 2026. All rights reserved.