public static final class GetAppMessageQueueRouteRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAppMessageQueueRouteRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
GetAppMessageQueueRouteRequest.Builder |
appId(String appId)
The ID of the application.
|
GetAppMessageQueueRouteRequest.Builder |
appName(String appName)
The name of the application.
|
GetAppMessageQueueRouteRequest |
build() |
GetAppMessageQueueRouteRequest.Builder |
namespace(String namespace)
The name of the Microservices Engine (MSE) namespace.
|
GetAppMessageQueueRouteRequest.Builder |
region(String region)
The region where the instance resides.
|
public GetAppMessageQueueRouteRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public GetAppMessageQueueRouteRequest.Builder appId(String appId)
The ID of the application.
This parameter is required.
example:hkhon1po62@c3df23522baa898
public GetAppMessageQueueRouteRequest.Builder appName(String appName)
The name of the application.
example:example-app
public GetAppMessageQueueRouteRequest.Builder namespace(String namespace)
The name of the Microservices Engine (MSE) namespace.
example:default
public GetAppMessageQueueRouteRequest.Builder region(String region)
The region where the instance resides. Examples:
cn-hangzhou: China (Hangzhou)cn-beijing: China (Beijing)cn-shanghai: China (Shanghai)cn-zhangjiakou: China (Zhangjiakou)cn-shenzhen: China (Shenzhen)This parameter is required.
example:cn-hangzhou
public GetAppMessageQueueRouteRequest build()
Copyright © 2026. All rights reserved.