Interface FrontDoor.UpdateStages.WithRoutingRules

All Known Subinterfaces:
FrontDoor.Update
Enclosing interface:
FrontDoor.UpdateStages

public static interface FrontDoor.UpdateStages.WithRoutingRules
The stage of the FrontDoor update allowing to specify routingRules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the routingRules property: Routing rules associated with this Front Door..
  • Method Details

    • withRoutingRules

      FrontDoor.Update withRoutingRules(List<RoutingRule> routingRules)
      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.