public static final class UpdateTransitRouterVpcAttachmentZonesRequest.Builder extends Object
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder addZoneMappings(List<UpdateTransitRouterVpcAttachmentZonesRequest.AddZoneMappings> addZoneMappings)
The zones and vSwitches that you want to add to the VPC connection.
public UpdateTransitRouterVpcAttachmentZonesRequest.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 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-42665544****
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder dryRun(Boolean dryRun)
Specifies whether to perform a dry run. Valid values:
DryRunOperation
error code is returned.false
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder ownerAccount(String ownerAccount)
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder ownerId(Long ownerId)
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder removeZoneMappings(List<UpdateTransitRouterVpcAttachmentZonesRequest.RemoveZoneMappings> removeZoneMappings)
The zones and vSwitches that you want to remove from the VPC connection.
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateTransitRouterVpcAttachmentZonesRequest.Builder transitRouterAttachmentId(String transitRouterAttachmentId)
The ID of the VPC connection.
This parameter is required.
example:tr-attach-9bbqyygouv4cpn****
public UpdateTransitRouterVpcAttachmentZonesRequest build()
Copyright © 2025. All rights reserved.