public static final class RevokeInstanceFromCenRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RevokeInstanceFromCenRequest |
build() |
RevokeInstanceFromCenRequest.Builder |
cenId(String cenId)
The ID of the CEN instance to which the network instance is attached.
|
RevokeInstanceFromCenRequest.Builder |
cenOwnerId(Long cenOwnerId)
The user ID (UID) of the Apsara Stack tenant account to which the CEN instance belongs.
|
RevokeInstanceFromCenRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
RevokeInstanceFromCenRequest.Builder |
instanceId(String instanceId)
The ID of the network instance.
|
RevokeInstanceFromCenRequest.Builder |
instanceType(String instanceType)
The type of the network instance.
|
RevokeInstanceFromCenRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
RevokeInstanceFromCenRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
RevokeInstanceFromCenRequest.Builder |
regionId(String regionId)
The ID of the region where the network instance is deployed.
|
RevokeInstanceFromCenRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
RevokeInstanceFromCenRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public RevokeInstanceFromCenRequest.Builder cenId(String cenId)
public RevokeInstanceFromCenRequest.Builder cenOwnerId(Long cenOwnerId)
public RevokeInstanceFromCenRequest.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. > If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public RevokeInstanceFromCenRequest.Builder instanceId(String instanceId)
public RevokeInstanceFromCenRequest.Builder instanceType(String instanceType)
* **VPC** * **VBR** * **CCN**
public RevokeInstanceFromCenRequest.Builder ownerAccount(String ownerAccount)
public RevokeInstanceFromCenRequest.Builder ownerId(Long ownerId)
public RevokeInstanceFromCenRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public RevokeInstanceFromCenRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public RevokeInstanceFromCenRequest.Builder resourceOwnerId(Long resourceOwnerId)
public RevokeInstanceFromCenRequest build()
Copyright © 2024. All rights reserved.