FrontDoor.UpdateStages.WithFriendlyName Interface

public static interface FrontDoor.UpdateStages.WithFriendlyName

The stage of the FrontDoor update allowing to specify friendlyName.

Method Summary

Modifier and Type Method and Description
abstract Update withFriendlyName(String friendlyName)

Specifies the friendlyName property: A friendly name for the frontDoor.

Method Details

withFriendlyName

public abstract 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.

Applies to