public static final class UpdateTransitRouterRouteEntryRequest.Builder extends Object
public UpdateTransitRouterRouteEntryRequest.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 is different for each request.
02fb3da4-130e-11e9-8e44-001****
public UpdateTransitRouterRouteEntryRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Default values:
DryRunOperation
error code is returned.false
public UpdateTransitRouterRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public UpdateTransitRouterRouteEntryRequest.Builder ownerId(Long ownerId)
public UpdateTransitRouterRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateTransitRouterRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryDescription(String transitRouterRouteEntryDescription)
The new description of the route.
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 UpdateTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryId(String transitRouterRouteEntryId)
The ID of the route.
This parameter is required.
example:rte-ksssq7kto4wfdx****
public UpdateTransitRouterRouteEntryRequest.Builder transitRouterRouteEntryName(String transitRouterRouteEntryName)
The new name of the route.
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 UpdateTransitRouterRouteEntryRequest build()
Copyright © 2025. All rights reserved.