public static final class DetachAlbServerGroupsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DetachAlbServerGroupsRequest.Builder |
albServerGroups(List<DetachAlbServerGroupsRequest.AlbServerGroups> albServerGroups)
Details of the ALB server groups.
|
DetachAlbServerGroupsRequest |
build() |
DetachAlbServerGroupsRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DetachAlbServerGroupsRequest.Builder |
forceDetach(Boolean forceDetach)
Specifies whether to remove the existing ECS instances from the ALB server group.
|
DetachAlbServerGroupsRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DetachAlbServerGroupsRequest.Builder |
regionId(String regionId)
The region ID of the scaling group.
|
DetachAlbServerGroupsRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DetachAlbServerGroupsRequest.Builder |
scalingGroupId(String scalingGroupId)
The ID of the scaling group.
|
public DetachAlbServerGroupsRequest.Builder albServerGroups(List<DetachAlbServerGroupsRequest.AlbServerGroups> albServerGroups)
public DetachAlbServerGroupsRequest.Builder clientToken(String clientToken)
The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure the idempotence of a request](~~25965~~).
public DetachAlbServerGroupsRequest.Builder forceDetach(Boolean forceDetach)
* true: removes the existing ECS instances from the ALB server group and returns the value of `ScalingActivityId`. You can query the value of ScalingActivityId to check whether the existing ECS instances are removed from the ALB server group. * false: does not remove the existing ECS instances from the ALB server group. Default value: false.
public DetachAlbServerGroupsRequest.Builder ownerId(Long ownerId)
public DetachAlbServerGroupsRequest.Builder regionId(String regionId)
public DetachAlbServerGroupsRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DetachAlbServerGroupsRequest.Builder scalingGroupId(String scalingGroupId)
public DetachAlbServerGroupsRequest build()
Copyright © 2024. All rights reserved.