public static final class ChangeDeployGroupRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ChangeDeployGroupRequest.Builder |
appId(String appId)
The ID of the application.
|
ChangeDeployGroupRequest |
build() |
ChangeDeployGroupRequest.Builder |
eccInfo(String eccInfo)
The ID of the elastic compute component (ECC) that corresponds to the ECS instance for which you want to change the application instance group.
|
ChangeDeployGroupRequest.Builder |
forceStatus(Boolean forceStatus)
Specifies whether to forcibly change the application instance group if the deployment package version of the ECC is different from that of the application instance group.
|
ChangeDeployGroupRequest.Builder |
groupName(String groupName)
The name of the application instance group.
|
public ChangeDeployGroupRequest.Builder appId(String appId)
public ChangeDeployGroupRequest.Builder eccInfo(String eccInfo)
> You can change the application instance group for only one ECS instance at a time.
public ChangeDeployGroupRequest.Builder forceStatus(Boolean forceStatus)
public ChangeDeployGroupRequest.Builder groupName(String groupName)
public ChangeDeployGroupRequest build()
Copyright © 2023. All rights reserved.