public static final class DeleteTransitRouteTableAggregationRequest.Builder extends Object
public DeleteTransitRouteTableAggregationRequest.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 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 DeleteTransitRouteTableAggregationRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request. Default values:
DryRunOperation
error code is returned.false
public DeleteTransitRouteTableAggregationRequest.Builder ownerAccount(String ownerAccount)
public DeleteTransitRouteTableAggregationRequest.Builder ownerId(Long ownerId)
public DeleteTransitRouteTableAggregationRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteTransitRouteTableAggregationRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteTransitRouteTableAggregationRequest.Builder transitRouteTableAggregationCidr(String transitRouteTableAggregationCidr)
The destination CIDR block of the aggregate route.
The following CIDR blocks are not supported:
- CIDR blocks that start with 0 or 100.64.
- Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
This parameter is required.
example:192.168.10.0/24
public DeleteTransitRouteTableAggregationRequest.Builder transitRouteTableId(String transitRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
This parameter is required.
example:vtb-6ehgc262hr170qgyc****
public DeleteTransitRouteTableAggregationRequest build()
Copyright © 2025. All rights reserved.