public static final class AssociateRouteTableWithGatewayRequest.Builder extends Object
public AssociateRouteTableWithGatewayRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. > If you do not set this parameter, the system automatically uses **RequestId** as **ClientToken**. **RequestId** of each API request may be different.
public AssociateRouteTableWithGatewayRequest.Builder dryRun(Boolean dryRun)
* **true**: prechecks the request without performing the operation. The system prechecks the required parameters, request syntax, and limits. If the request fails the precheck, an error message is returned. If the request passes the precheck, the `DryRunOperation` error code is returned. * **false** (default): sends the request. After the request passes the precheck, a 2xx HTTP status code is returned and the operation is performed.
public AssociateRouteTableWithGatewayRequest.Builder gatewayId(String gatewayId)
The IPv4 gateway must be in the **Activated** state.
public AssociateRouteTableWithGatewayRequest.Builder gatewayType(String gatewayType)
public AssociateRouteTableWithGatewayRequest.Builder ownerAccount(String ownerAccount)
public AssociateRouteTableWithGatewayRequest.Builder ownerId(Long ownerId)
public AssociateRouteTableWithGatewayRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public AssociateRouteTableWithGatewayRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AssociateRouteTableWithGatewayRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AssociateRouteTableWithGatewayRequest.Builder routeTableId(String routeTableId)
public AssociateRouteTableWithGatewayRequest build()
Copyright © 2024. All rights reserved.