public static final class ExitStandbyRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExitStandbyRequest.Builder |
async(Boolean async)
Specifies whether to remove the instance from the Standby state in an asynchronous manner.
|
ExitStandbyRequest |
build() |
ExitStandbyRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ExitStandbyRequest.Builder |
instanceIds(List<String> instanceIds)
The IDs of the ECS instances.
|
ExitStandbyRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ExitStandbyRequest.Builder |
regionId(String regionId)
The region ID of the scaling group.
|
ExitStandbyRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ExitStandbyRequest.Builder |
scalingGroupId(String scalingGroupId)
The ID of the scaling group.
|
public ExitStandbyRequest.Builder async(Boolean async)
* true * false Default value: false.
public ExitStandbyRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [Ensure idempotence](~~25965~~).
public ExitStandbyRequest.Builder instanceIds(List<String> instanceIds)
public ExitStandbyRequest.Builder ownerId(Long ownerId)
public ExitStandbyRequest.Builder regionId(String regionId)
public ExitStandbyRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ExitStandbyRequest.Builder scalingGroupId(String scalingGroupId)
public ExitStandbyRequest build()
Copyright © 2024. All rights reserved.