public static final class UpdateTransitRouterRouteTableRequest.Builder extends Object
public UpdateTransitRouterRouteTableRequest.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 UpdateTransitRouterRouteTableRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Default values:
DryRunOperation
error code is returned.false
public UpdateTransitRouterRouteTableRequest.Builder ownerAccount(String ownerAccount)
public UpdateTransitRouterRouteTableRequest.Builder ownerId(Long ownerId)
public UpdateTransitRouterRouteTableRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateTransitRouterRouteTableRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateTransitRouterRouteTableRequest.Builder routeTableOptions(UpdateTransitRouterRouteTableRequest.RouteTableOptions routeTableOptions)
The features of the route table.
public UpdateTransitRouterRouteTableRequest.Builder transitRouterRouteTableDescription(String transitRouterRouteTableDescription)
The description of the 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 UpdateTransitRouterRouteTableRequest.Builder transitRouterRouteTableId(String transitRouterRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
This parameter is required.
example:vtb-bp1dudbh2d5na6b50****
public UpdateTransitRouterRouteTableRequest.Builder transitRouterRouteTableName(String transitRouterRouteTableName)
The name of the 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 UpdateTransitRouterRouteTableRequest build()
Copyright © 2025. All rights reserved.