public static final class DeleteTransitRouterEcrAttachmentRequest.Builder extends Object
public DeleteTransitRouterEcrAttachmentRequest.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 may be different for each request.
02fb3da4****
public DeleteTransitRouterEcrAttachmentRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
public DeleteTransitRouterEcrAttachmentRequest.Builder force(Boolean force)
Specifies whether to forcibly delete the ECR connection. Valid values:
false
public DeleteTransitRouterEcrAttachmentRequest.Builder ownerAccount(String ownerAccount)
public DeleteTransitRouterEcrAttachmentRequest.Builder ownerId(Long ownerId)
public DeleteTransitRouterEcrAttachmentRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteTransitRouterEcrAttachmentRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteTransitRouterEcrAttachmentRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the ECR connection.
This parameter is required.
example:tr-attach-r6g0m3epjehw57****
public DeleteTransitRouterEcrAttachmentRequest build()
Copyright © 2025. All rights reserved.