public static final class BatchStopApplicationsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchStopApplicationsRequest.Builder |
appIds(String appIds)
The ID of the application that you want to stop.
|
BatchStopApplicationsRequest |
build() |
BatchStopApplicationsRequest.Builder |
namespaceId(String namespaceId)
ebf491f0-c1a5-45e2-b2c4-710dbe2a****,ebf491f0-c1a5-45e2-b2c4-71025e2a****
This parameter is required.
|
BatchStopApplicationsRequest.Builder |
version(String version)
The application version.
|
public BatchStopApplicationsRequest.Builder appIds(String appIds)
The ID of the application that you want to stop.
example:If you want to stop multiple applications at the same time, separate the IDs with commas (,).
ebf491f0-c1a5-45e2-b2c4-710dbe2a****
public BatchStopApplicationsRequest.Builder namespaceId(String namespaceId)
ebf491f0-c1a5-45e2-b2c4-710dbe2a****,ebf491f0-c1a5-45e2-b2c4-71025e2a****
This parameter is required.
example:cn-shanghai
public BatchStopApplicationsRequest.Builder version(String version)
The application version.
example:1.0
public BatchStopApplicationsRequest build()
Copyright © 2026. All rights reserved.