public static final class StopInstanceRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StopInstanceRequest |
build() |
StopInstanceRequest.Builder |
forceStop(String forceStop)
Specifies whether to forcibly stop the servers.
|
StopInstanceRequest.Builder |
instanceId(String instanceId)
The ID of the instance that you want to stop.
|
public StopInstanceRequest.Builder forceStop(String forceStop)
* **true**: forcibly stops the instance. * **false**: normally stops the servers. This is the default value.
public StopInstanceRequest.Builder instanceId(String instanceId)
public StopInstanceRequest build()
Copyright © 2024. All rights reserved.