public static final class DissociateRouteTableFromGatewayRequest.Builder extends Object
public DissociateRouteTableFromGatewayRequest.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** may be different for each API request.
public DissociateRouteTableFromGatewayRequest.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 to pass 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 DissociateRouteTableFromGatewayRequest.Builder gatewayId(String gatewayId)
public DissociateRouteTableFromGatewayRequest.Builder gatewayType(String gatewayType)
public DissociateRouteTableFromGatewayRequest.Builder ownerAccount(String ownerAccount)
public DissociateRouteTableFromGatewayRequest.Builder ownerId(Long ownerId)
public DissociateRouteTableFromGatewayRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DissociateRouteTableFromGatewayRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DissociateRouteTableFromGatewayRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DissociateRouteTableFromGatewayRequest.Builder routeTableId(String routeTableId)
public DissociateRouteTableFromGatewayRequest build()
Copyright © 2024. All rights reserved.