ScalingPlan.UpdateStages.WithSchedules Interface

public static interface ScalingPlan.UpdateStages.WithSchedules

The stage of the ScalingPlan update allowing to specify schedules.

Method Summary

Modifier and Type Method and Description
abstract Update withSchedules(List<ScalingSchedule> schedules)

Specifies the schedules property: List of ScalingSchedule definitions..

Method Details

withSchedules

public abstract ScalingPlan.Update withSchedules(List<ScalingSchedule> schedules)

Specifies the schedules property: List of ScalingSchedule definitions..

Parameters:

schedules - List of ScalingSchedule definitions.

Returns:

the next definition stage.

Applies to