Interface FrontDoor.UpdateStages.WithFriendlyName
- All Known Subinterfaces:
FrontDoor.Update
- Enclosing interface:
- FrontDoor.UpdateStages
public static interface FrontDoor.UpdateStages.WithFriendlyName
The stage of the FrontDoor update allowing to specify friendlyName.
-
Method Summary
Modifier and TypeMethodDescriptionwithFriendlyName(String friendlyName) Specifies the friendlyName property: A friendly name for the frontDoor.
-
Method Details
-
withFriendlyName
Specifies the friendlyName property: A friendly name for the frontDoor.- Parameters:
friendlyName- A friendly name for the frontDoor.- Returns:
- the next definition stage.
-