public static final class DescribeTransitRouteTableAggregationRequest.Builder extends Object
public DescribeTransitRouteTableAggregationRequest.Builder clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
example: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.
02fb3da4-130e-11e9-8e44-001****
public DescribeTransitRouteTableAggregationRequest.Builder maxResults(Long maxResults)
The number of entries to return on each page. Default value: 20.
example:20
public DescribeTransitRouteTableAggregationRequest.Builder nextToken(String nextToken)
The token that determines the start point of the query. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
public DescribeTransitRouteTableAggregationRequest.Builder ownerAccount(String ownerAccount)
public DescribeTransitRouteTableAggregationRequest.Builder ownerId(Long ownerId)
public DescribeTransitRouteTableAggregationRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeTransitRouteTableAggregationRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeTransitRouteTableAggregationRequest.Builder transitRouteTableAggregationCidr(String transitRouteTableAggregationCidr)
The destination CIDR block of the aggregate route.
example:192.168.10.0/24
public DescribeTransitRouteTableAggregationRequest.Builder transitRouteTableId(String transitRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
This parameter is required.
example:vtb-6ehgc262hr170qgyc****
public DescribeTransitRouteTableAggregationRequest build()
Copyright © 2025. All rights reserved.