public static final class UpdateTransitRouterEcrAttachmentAttributeRequest.Builder extends Object
public UpdateTransitRouterEcrAttachmentAttributeRequest.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.
123e4567-e89b-12d3-a456-42665544****
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder ownerAccount(String ownerAccount)
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder ownerId(Long ownerId)
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder transitRouterAttachmentDescription(String transitRouterAttachmentDescription)
The new description of the ECR connection.
This parameter is optional. If you enter a description, it must be 1 to 256 characters in length, and cannot start with http:// or https://.
example:desctest
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the ECR connection.
This parameter is required.
example:tr-attach-r6g0m3epjehw57****
public UpdateTransitRouterEcrAttachmentAttributeRequest.Builder transitRouterAttachmentName(String transitRouterAttachmentName)
The new name of the ECR connection.
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
example:nametest
public UpdateTransitRouterEcrAttachmentAttributeRequest build()
Copyright © 2025. All rights reserved.