public static final class CreateTransitRouterRouteTableRequest.Builder extends Object
public CreateTransitRouterRouteTableRequest.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 CreateTransitRouterRouteTableRequest.Builder dryRun(Boolean dryRun)
Specifies whether to precheck the request. Check items include permissions and the status of the specified cloud resources. Valid values:
false
public CreateTransitRouterRouteTableRequest.Builder ownerAccount(String ownerAccount)
public CreateTransitRouterRouteTableRequest.Builder ownerId(Long ownerId)
public CreateTransitRouterRouteTableRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateTransitRouterRouteTableRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateTransitRouterRouteTableRequest.Builder routeTableOptions(CreateTransitRouterRouteTableRequest.RouteTableOptions routeTableOptions)
The features of the route table.
public CreateTransitRouterRouteTableRequest.Builder tag(List<CreateTransitRouterRouteTableRequest.Tag> tag)
The tags.
You can specify at most 20 tags in each call.
public CreateTransitRouterRouteTableRequest.Builder transitRouterId(String transitRouterId)
The ID of the Enterprise Edition transit router.
This parameter is required.
example:tr-bp1su1ytdxtataupl****
public CreateTransitRouterRouteTableRequest.Builder transitRouterRouteTableDescription(String transitRouterRouteTableDescription)
The description of the custom route table.
The description must be 1 to 256 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:testdesc
public CreateTransitRouterRouteTableRequest.Builder transitRouterRouteTableName(String transitRouterRouteTableName)
The name of the custom route table.
The name must be 1 to 128 characters in length, and cannot start with http:// or https://. You can also leave this parameter empty.
example:testname
public CreateTransitRouterRouteTableRequest build()
Copyright © 2025. All rights reserved.