public static final class ModifyVpnRouteEntryWeightRequest.Builder extends Object
public ModifyVpnRouteEntryWeightRequest.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 ModifyVpnRouteEntryWeightRequest.Builder newWeight(Integer newWeight)
* **0**: a low priority * **100**: a high priority
public ModifyVpnRouteEntryWeightRequest.Builder nextHop(String nextHop)
public ModifyVpnRouteEntryWeightRequest.Builder overlayMode(String overlayMode)
public ModifyVpnRouteEntryWeightRequest.Builder ownerAccount(String ownerAccount)
public ModifyVpnRouteEntryWeightRequest.Builder ownerId(Long ownerId)
public ModifyVpnRouteEntryWeightRequest.Builder regionId(String regionId)
public ModifyVpnRouteEntryWeightRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyVpnRouteEntryWeightRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyVpnRouteEntryWeightRequest.Builder routeDest(String routeDest)
public ModifyVpnRouteEntryWeightRequest.Builder vpnGatewayId(String vpnGatewayId)
public ModifyVpnRouteEntryWeightRequest.Builder weight(Integer weight)
* **0**: a low priority * **100**: a high priority
public ModifyVpnRouteEntryWeightRequest build()
Copyright © 2024. All rights reserved.