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