Interface ScalingPlan.UpdateStages.WithFriendlyName

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

public static interface ScalingPlan.UpdateStages.WithFriendlyName
The stage of the ScalingPlan update allowing to specify friendlyName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFriendlyName(String friendlyName)
    Specifies the friendlyName property: User friendly name of scaling plan..
  • Method Details

    • withFriendlyName

      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.