public static final class DeleteVpnRouteEntryRequest.Builder extends Object
public DeleteVpnRouteEntryRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. > 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 DeleteVpnRouteEntryRequest.Builder nextHop(String nextHop)
public DeleteVpnRouteEntryRequest.Builder overlayMode(String overlayMode)
public DeleteVpnRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public DeleteVpnRouteEntryRequest.Builder ownerId(Long ownerId)
public DeleteVpnRouteEntryRequest.Builder regionId(String regionId)
public DeleteVpnRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteVpnRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteVpnRouteEntryRequest.Builder routeDest(String routeDest)
public DeleteVpnRouteEntryRequest.Builder vpnGatewayId(String vpnGatewayId)
public DeleteVpnRouteEntryRequest.Builder weight(Integer weight)
* **0**: a low priority * **100**: a high priority
public DeleteVpnRouteEntryRequest build()
Copyright © 2024. All rights reserved.