public static final class AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder extends Object
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder clientToken(String clientToken)
> 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.
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks your AccessKey pair, the RAM user permissions, and the required parameters. If the request fails the dry run, the DryRunOperation error code is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and sends the request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder endpointId(String endpointId)
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder ownerAccount(String ownerAccount)
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder ownerId(Long ownerId)
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AssociateRouteTablesWithVpcGatewayEndpointRequest.Builder routeTableIds(List<String> routeTableIds)
public AssociateRouteTablesWithVpcGatewayEndpointRequest build()
Copyright © 2024. All rights reserved.