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