public static final class DeleteTransitRouterVpcAttachmentRequest.Builder extends Object
public DeleteTransitRouterVpcAttachmentRequest.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 DeleteTransitRouterVpcAttachmentRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Default values:
false
public DeleteTransitRouterVpcAttachmentRequest.Builder force(Boolean force)
Specifies whether to forcefully delete the VPC connection. Valid values:
false
public DeleteTransitRouterVpcAttachmentRequest.Builder ownerAccount(String ownerAccount)
public DeleteTransitRouterVpcAttachmentRequest.Builder ownerId(Long ownerId)
public DeleteTransitRouterVpcAttachmentRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteTransitRouterVpcAttachmentRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteTransitRouterVpcAttachmentRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the VPC connection.
This parameter is required.
example:tr-attach-ia340z7xis7t5s****
public DeleteTransitRouterVpcAttachmentRequest build()
Copyright © 2025. All rights reserved.