public static final class ScaleOutApplicationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ScaleOutApplicationRequest.Builder |
appId(String appId)
The ID of the application that you want to scale out.
|
ScaleOutApplicationRequest |
build() |
ScaleOutApplicationRequest.Builder |
deployGroup(String deployGroup)
The ID of the instance group where the application you want to scale out is deployed.
|
ScaleOutApplicationRequest.Builder |
ecuInfo(String ecuInfo)
The ID of the elastic compute unit (ECU) that corresponds to the Elastic Compute Service (ECS) instance to be added to the instance group for scale-out.
|
public ScaleOutApplicationRequest.Builder appId(String appId)
public ScaleOutApplicationRequest.Builder deployGroup(String deployGroup)
public ScaleOutApplicationRequest.Builder ecuInfo(String ecuInfo)
public ScaleOutApplicationRequest build()
Copyright © 2023. All rights reserved.