Interface ScalingPlan.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Description of scaling plan..
  • Method Details

    • withDescription

      ScalingPlan.Update withDescription(String description)
      Specifies the description property: Description of scaling plan..
      Parameters:
      description - Description of scaling plan.
      Returns:
      the next definition stage.