public static final class UnassociateRouteTableRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UnassociateRouteTableRequest |
build() |
UnassociateRouteTableRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UnassociateRouteTableRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
UnassociateRouteTableRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
UnassociateRouteTableRequest.Builder |
regionId(String regionId)
The region ID of the virtual private cloud (VPC) to which the custom route table belongs.
|
UnassociateRouteTableRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
UnassociateRouteTableRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
UnassociateRouteTableRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
UnassociateRouteTableRequest.Builder |
vSwitchId(String vSwitchId)
The ID of the vSwitch from which you want to disassociate the route table.
|
public UnassociateRouteTableRequest.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 UnassociateRouteTableRequest.Builder ownerAccount(String ownerAccount)
public UnassociateRouteTableRequest.Builder ownerId(Long ownerId)
public UnassociateRouteTableRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public UnassociateRouteTableRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UnassociateRouteTableRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UnassociateRouteTableRequest.Builder routeTableId(String routeTableId)
public UnassociateRouteTableRequest.Builder vSwitchId(String vSwitchId)
public UnassociateRouteTableRequest build()
Copyright © 2024. All rights reserved.