ScalingPlan.UpdateStages.WithFriendlyName Interface

public static interface ScalingPlan.UpdateStages.WithFriendlyName

The stage of the ScalingPlan update allowing to specify friendlyName.

Method Summary

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

Specifies the friendlyName property: User friendly name of scaling plan..

Method Details

withFriendlyName

public abstract ScalingPlan.Update withFriendlyName(String friendlyName)

Specifies the friendlyName property: User friendly name of scaling plan..

Parameters:

friendlyName - User friendly name of scaling plan.

Returns:

the next definition stage.

Applies to