public static final class DeleteRouteEntryRequest.Builder extends Object
public DeleteRouteEntryRequest.Builder destinationCidrBlock(String destinationCidrBlock)
public DeleteRouteEntryRequest.Builder nextHopId(String nextHopId)
* To delete a route other than an equal-cost multi-path (ECMP) route, set the **NextHopId** parameter and ignore the **NextHopList** parameter. * To delete an ECMP route, set the **NextHopList** parameter and ignore the **NextHopId** parameter.
public DeleteRouteEntryRequest.Builder nextHopList(List<DeleteRouteEntryRequest.NextHopList> nextHopList)
public DeleteRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public DeleteRouteEntryRequest.Builder ownerId(Long ownerId)
public DeleteRouteEntryRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DeleteRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DeleteRouteEntryRequest.Builder routeEntryId(String routeEntryId)
public DeleteRouteEntryRequest.Builder routeTableId(String routeTableId)
public DeleteRouteEntryRequest build()
Copyright © 2024. All rights reserved.