public static final class DescribePublishedRouteEntriesRequest.Builder extends Object
public DescribePublishedRouteEntriesRequest.Builder cenId(String cenId)
The ID of the CEN instance.
This parameter is required.
example:cen-7qthudw0ll6jm****
public DescribePublishedRouteEntriesRequest.Builder childInstanceId(String childInstanceId)
The ID of the network instance.
This parameter is required.
example:vpc-bp18sth14qii3pnv****
public DescribePublishedRouteEntriesRequest.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.
This parameter is required.
example:cn-hangzhou
public DescribePublishedRouteEntriesRequest.Builder childInstanceRouteTableId(String childInstanceRouteTableId)
The ID of the route table of the network instance.
example:vtb-bp174d1gje79u1g4****
public DescribePublishedRouteEntriesRequest.Builder childInstanceType(String childInstanceType)
The type of the network instance. Valid values:
This parameter is required.
example:VPC
public DescribePublishedRouteEntriesRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block of the route that you want to query.
example:172.16.0.0/16
public DescribePublishedRouteEntriesRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return. Default value: 1.
example:1
public DescribePublishedRouteEntriesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10. Valid values: 1 to 50.
example:10
public DescribePublishedRouteEntriesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribePublishedRouteEntriesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribePublishedRouteEntriesRequest build()
Copyright © 2025. All rights reserved.