Interface FrontDoor.DefinitionStages.WithRoutingRules
- All Known Subinterfaces:
FrontDoor.Definition,FrontDoor.DefinitionStages.WithCreate
- Enclosing interface:
- FrontDoor.DefinitionStages
public static interface FrontDoor.DefinitionStages.WithRoutingRules
The stage of the FrontDoor definition allowing to specify routingRules.
-
Method Summary
Modifier and TypeMethodDescriptionwithRoutingRules(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..
-
Method Details
-
withRoutingRules
Specifies the routingRules property: Routing rules associated with this Front Door..- Parameters:
routingRules- Routing rules associated with this Front Door.- Returns:
- the next definition stage.
-