Subnet.UpdateStages.WithRouteTable Interface

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 Type Method and Description
abstract Update withExistingRouteTable(RouteTable routeTable)

Specifies an existing route table to associate with the subnet.

abstract Update withExistingRouteTable(String resourceId)

Specifies an existing route table to associate with the subnet.

abstract Update withoutRouteTable()

Removes the association with a route table, if any.

Method Details

withExistingRouteTable

public abstract Subnet.Update withExistingRouteTable(RouteTable routeTable)

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

public abstract Subnet.Update withExistingRouteTable(String resourceId)

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

public abstract Subnet.Update withoutRouteTable()

Removes the association with a route table, if any.

Returns:

the next stage of the update

Applies to