public static final class ReplaceTransitRouterRouteTableAssociationRequest.Builder extends Object
public ReplaceTransitRouterRouteTableAssociationRequest.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 it is unique among all 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 for each API request may be different.
123e4567-e89b-12d3-a456-426655****
public ReplaceTransitRouterRouteTableAssociationRequest.Builder dryRun(Boolean dryRun)
Specifies whether only to precheck the API request. Valid values:
DryRunOperation
error code is returned.false
public ReplaceTransitRouterRouteTableAssociationRequest.Builder ownerAccount(String ownerAccount)
public ReplaceTransitRouterRouteTableAssociationRequest.Builder ownerId(Long ownerId)
public ReplaceTransitRouterRouteTableAssociationRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ReplaceTransitRouterRouteTableAssociationRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ReplaceTransitRouterRouteTableAssociationRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the network instance connection.
This parameter is required.
example:tr-attach-071g5j5tefg4x6****
public ReplaceTransitRouterRouteTableAssociationRequest.Builder transitRouterRouteTableId(String transitRouterRouteTableId)
The ID of the route table with which you want to associate the network instance connection.
This parameter is required.
example:vtb-bp1cprmc6xmzjd66i****
public ReplaceTransitRouterRouteTableAssociationRequest build()
Copyright © 2025. All rights reserved.