public static final class GetVpcRouteEntrySummaryRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetVpcRouteEntrySummaryRequest |
build() |
GetVpcRouteEntrySummaryRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
GetVpcRouteEntrySummaryRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetVpcRouteEntrySummaryRequest.Builder |
regionId(String regionId)
The region ID of the route table.
|
GetVpcRouteEntrySummaryRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetVpcRouteEntrySummaryRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetVpcRouteEntrySummaryRequest.Builder |
routeEntryType(String routeEntryType)
The type of the route.
|
GetVpcRouteEntrySummaryRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table that you want to query.
|
GetVpcRouteEntrySummaryRequest.Builder |
vpcId(String vpcId)
The ID of the virtual private cloud (VPC) to which the route table belongs.
|
public GetVpcRouteEntrySummaryRequest.Builder ownerAccount(String ownerAccount)
public GetVpcRouteEntrySummaryRequest.Builder ownerId(Long ownerId)
public GetVpcRouteEntrySummaryRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public GetVpcRouteEntrySummaryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetVpcRouteEntrySummaryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetVpcRouteEntrySummaryRequest.Builder routeEntryType(String routeEntryType)
* **All**: all route types * **Custom**: a custom route * **System**: a system route * **BGP**: a BGP route * **CEN**: a Cloud Enterprise Network (CEN) route
public GetVpcRouteEntrySummaryRequest.Builder routeTableId(String routeTableId)
public GetVpcRouteEntrySummaryRequest.Builder vpcId(String vpcId)
public GetVpcRouteEntrySummaryRequest build()
Copyright © 2024. All rights reserved.