Interface Route.DefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InDefinition.attach()
All Superinterfaces:
Attachable.InDefinition<ParentT>
All Known Subinterfaces:
Route.Definition<ParentT>
Enclosing interface:
Route.DefinitionStages

public static interface Route.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>
The final stage of a route definition.

At this stage, any remaining optional settings can be specified, or the route definition can be attached to the parent route table definition using Attachable.InDefinition.attach().