public static final class DescribeCenChildInstanceRouteEntriesRequest.Builder extends Object
public DescribeCenChildInstanceRouteEntriesRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7qthudw0ll6jmc****
public DescribeCenChildInstanceRouteEntriesRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance.
This parameter is required.
example:vpc-bp18sth14qii3pnvo****
public DescribeCenChildInstanceRouteEntriesRequest.Builder childInstanceRegionId(String childInstanceRegionId)
The ID of the region where the network instance is deployed.
You can call the DescribeChildInstanceRegions operation to query the most recent region list.
example:cn-hangzhou
public DescribeCenChildInstanceRouteEntriesRequest.Builder childInstanceRouteTableId(String childInstanceRouteTableId)
The ID of the route table of the network instance. If you do not specify a route table ID, the system queries the routes in the system route tables of the VPCs by default.
example:vtb-p0wxx3apzgn6uqp3r****
public DescribeCenChildInstanceRouteEntriesRequest.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public DescribeCenChildInstanceRouteEntriesRequest.Builder ownerAccount(String ownerAccount)
public DescribeCenChildInstanceRouteEntriesRequest.Builder ownerId(Long ownerId)
public DescribeCenChildInstanceRouteEntriesRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. Default value: 1.
example:1
public DescribeCenChildInstanceRouteEntriesRequest.Builder pageSize(Integer pageSize)
The number of entries per page. Valid values: 1 to 500. Default value: 10.
example:10
public DescribeCenChildInstanceRouteEntriesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeCenChildInstanceRouteEntriesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeCenChildInstanceRouteEntriesRequest.Builder status(String status)
The status of the route. Valid values:
Active
public DescribeCenChildInstanceRouteEntriesRequest build()
Copyright © 2025. All rights reserved.