Interface Subnet.UpdateStages.WithRouteTable
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithRouteTable
The stage of a subnet update allowing to specify a route table to associate with the subnet, or remove an
existing association.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.withExistingRouteTable(String resourceId) Specifies an existing route table to associate with the subnet.Removes the association with a route table, if any.
-
Method Details
-
withExistingRouteTable
Specifies an existing route table to associate with the subnet.- Parameters:
routeTable- an existing route table to associate- Returns:
- the next stage of the update
-
withExistingRouteTable
Specifies an existing route table to associate with the subnet.- Parameters:
resourceId- the resource ID of an existing route table- Returns:
- the next stage of the update
-
withoutRouteTable
Subnet.Update withoutRouteTable()Removes the association with a route table, if any.- Returns:
- the next stage of the update
-