public static final class DescribeTransitRouteTableAggregationDetailRequest.Builder extends Object
public DescribeTransitRouteTableAggregationDetailRequest.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 value, but you must make sure that the value is unique among different requests. The client token can contain only ASCII characters.
example:If you do not set this parameter, ClientToken is set to the value of RequestId. The value of RequestId may be different for each request.
02fb3da4-130e-11e9-8e44-001****
public DescribeTransitRouteTableAggregationDetailRequest.Builder ownerAccount(String ownerAccount)
public DescribeTransitRouteTableAggregationDetailRequest.Builder ownerId(Long ownerId)
public DescribeTransitRouteTableAggregationDetailRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeTransitRouteTableAggregationDetailRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeTransitRouteTableAggregationDetailRequest.Builder transitRouteTableAggregationCidr(String transitRouteTableAggregationCidr)
The destination CIDR block of the aggregate route.
This parameter is required.
example:192.168.10.0/24
public DescribeTransitRouteTableAggregationDetailRequest.Builder transitRouteTableId(String transitRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
This parameter is required.
example:vtb-6ehgc262hr170qgyc****
public DescribeTransitRouteTableAggregationDetailRequest build()
Copyright © 2025. All rights reserved.