public static final class GetApplicationInstanceListRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetApplicationInstanceListRequest.Builder |
acceptLanguage(String acceptLanguage)
The language in which you want to display the results.
|
GetApplicationInstanceListRequest.Builder |
appId(String appId)
The application ID.
|
GetApplicationInstanceListRequest.Builder |
appName(String appName)
The application name.
|
GetApplicationInstanceListRequest |
build() |
GetApplicationInstanceListRequest.Builder |
namespace(String namespace)
The Microservices Engine (MSE) namespace to which the application belongs.
|
GetApplicationInstanceListRequest.Builder |
pageNumber(Integer pageNumber)
The page number.
|
GetApplicationInstanceListRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
GetApplicationInstanceListRequest.Builder |
region(String region)
The region.
|
GetApplicationInstanceListRequest.Builder |
tag(String tag)
The tags that you want to add to nodes.
|
public GetApplicationInstanceListRequest.Builder acceptLanguage(String acceptLanguage)
The language in which you want to display the results. Valid values: zh and en. zh indicates Chinese, which is the default value. en indicates English.
example:zh
public GetApplicationInstanceListRequest.Builder appId(String appId)
The application ID.
example:abcde@12345
public GetApplicationInstanceListRequest.Builder appName(String appName)
The application name.
example:example-app
public GetApplicationInstanceListRequest.Builder namespace(String namespace)
The Microservices Engine (MSE) namespace to which the application belongs.
example:default
public GetApplicationInstanceListRequest.Builder pageNumber(Integer pageNumber)
The page number. Pages start from page 1.
example:1
public GetApplicationInstanceListRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
example:20
public GetApplicationInstanceListRequest.Builder region(String region)
The region.
example:cn-hangzhou
public GetApplicationInstanceListRequest.Builder tag(String tag)
The tags that you want to add to nodes.
example:gray
public GetApplicationInstanceListRequest build()
Copyright © 2026. All rights reserved.