public static final class ModifyRouteEntryRequest.Builder extends Object
public ModifyRouteEntryRequest.Builder description(String description)
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
public ModifyRouteEntryRequest.Builder newNextHopId(String newNextHopId)
public ModifyRouteEntryRequest.Builder newNextHopType(String newNextHopType)
public ModifyRouteEntryRequest.Builder ownerAccount(String ownerAccount)
public ModifyRouteEntryRequest.Builder ownerId(Long ownerId)
public ModifyRouteEntryRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyRouteEntryRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyRouteEntryRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyRouteEntryRequest.Builder routeEntryId(String routeEntryId)
public ModifyRouteEntryRequest.Builder routeEntryName(String routeEntryName)
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
public ModifyRouteEntryRequest build()
Copyright © 2024. All rights reserved.