public static final class DissociateTransitRouterAttachmentFromRouteTableRequest.Builder extends Object
public DissociateTransitRouterAttachmentFromRouteTableRequest.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 all requests. The 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.
02fb3da4-130e-11e9-8e44-001****
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run to check information such as the permissions and the instance status. Default values:
DryRunOperation
error code is returned.false
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder ownerAccount(String ownerAccount)
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder ownerId(Long ownerId)
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the network instance connection.
This parameter is required.
example:tr-attach-nls9fzkfat8934****
public DissociateTransitRouterAttachmentFromRouteTableRequest.Builder transitRouterRouteTableId(String transitRouterRouteTableId)
The ID of the route table of the Enterprise Edition transit router.
This parameter is required.
example:vtb-bp1dudbh2d5na6b50****
public DissociateTransitRouterAttachmentFromRouteTableRequest build()
Copyright © 2025. All rights reserved.