public static final class StopApplicationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StopApplicationRequest.Builder |
appId(String appId)
The ID of the application.
|
StopApplicationRequest |
build() |
StopApplicationRequest.Builder |
eccInfo(String eccInfo)
The ID of the elastic compute container (ECC) that corresponds to the Elastic Compute Service (ECS) instance on which you want to stop the application.
|
public StopApplicationRequest.Builder appId(String appId)
public StopApplicationRequest.Builder eccInfo(String eccInfo)
* If you want to stop the application on multiple ECS instances, separate the ECC IDs with commas (,). * If you leave this parameter empty, the application will be stopped on all ECS instances.
public StopApplicationRequest build()
Copyright © 2023. All rights reserved.