ScalingPlan.UpdateStages.WithDescription Interface

public static interface ScalingPlan.UpdateStages.WithDescription

The stage of the ScalingPlan update allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

Specifies the description property: Description of scaling plan..

Method Details

withDescription

public abstract ScalingPlan.Update withDescription(String description)

Specifies the description property: Description of scaling plan..

Parameters:

description - Description of scaling plan.

Returns:

the next definition stage.

Applies to