public static final class DeleteVpnPbrRouteEntryRequest.Builder extends Object
public DeleteVpnPbrRouteEntryRequest.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 DeleteVpnPbrRouteEntryRequest.Builder nextHop(String nextHop)
public DeleteVpnPbrRouteEntryRequest.Builder overlayMode(String overlayMode)
public DeleteVpnPbrRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public DeleteVpnPbrRouteEntryRequest.Builder ownerId(Long ownerId)
public DeleteVpnPbrRouteEntryRequest.Builder priority(Integer priority)
* If the route was not assigned a priority, this parameter is optional. * If the route was assigned a priority, this parameter is optional. If you specify this parameter, set the value to the priority configured for the policy-based route. Otherwise, the operation cannot be performed.
public DeleteVpnPbrRouteEntryRequest.Builder regionId(String regionId)
public DeleteVpnPbrRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteVpnPbrRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteVpnPbrRouteEntryRequest.Builder routeDest(String routeDest)
public DeleteVpnPbrRouteEntryRequest.Builder routeSource(String routeSource)
public DeleteVpnPbrRouteEntryRequest.Builder vpnGatewayId(String vpnGatewayId)
public DeleteVpnPbrRouteEntryRequest.Builder weight(Integer weight)
You can call [DescribeVpnPbrRouteEntries](~~2526959~~) to query weights of policy-based routes.
public DeleteVpnPbrRouteEntryRequest build()
Copyright © 2024. All rights reserved.