Interface ScalingPlan.UpdateStages.WithSchedules

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

public static interface ScalingPlan.UpdateStages.WithSchedules
The stage of the ScalingPlan update allowing to specify schedules.
  • Method Details

    • withSchedules

      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.