public static final class ListUuidsByAppIdRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListUuidsByAppIdRequest.Builder |
appId(String appId)
The ID of the SAE application.
|
ListUuidsByAppIdRequest.Builder |
appRegionId(String appRegionId)
The region ID.
|
ListUuidsByAppIdRequest |
build() |
ListUuidsByAppIdRequest.Builder |
currentPage(Integer currentPage)
The page number.
|
ListUuidsByAppIdRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListUuidsByAppIdRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
ListUuidsByAppIdRequest.Builder |
resourceDirectoryUid(Long resourceDirectoryUid)
The UID of the resource directory.
|
public ListUuidsByAppIdRequest.Builder appId(String appId)
The ID of the SAE application.
example:5b41f4bf-349f-4263-89b1-9234c034****
public ListUuidsByAppIdRequest.Builder appRegionId(String appRegionId)
The region ID.
example:cn-hangzhou
public ListUuidsByAppIdRequest.Builder currentPage(Integer currentPage)
The page number.
example:1
public ListUuidsByAppIdRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListUuidsByAppIdRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
example:20
public ListUuidsByAppIdRequest.Builder resourceDirectoryUid(Long resourceDirectoryUid)
The UID of the resource directory.
example:123456
public ListUuidsByAppIdRequest build()
Copyright © 2026. All rights reserved.