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 Type
    Method
    Description
    withFriendlyName(String friendlyName)
    Specifies the friendlyName property: A friendly name for the frontDoor.
  • Method Details

    • withFriendlyName

      FrontDoor.Update withFriendlyName(String friendlyName)
      Specifies the friendlyName property: A friendly name for the frontDoor.
      Parameters:
      friendlyName - A friendly name for the frontDoor.
      Returns:
      the next definition stage.