ScalingPlanPooledSchedule.DefinitionStages.WithDaysOfWeek Interface

public static interface ScalingPlanPooledSchedule.DefinitionStages.WithDaysOfWeek

The stage of the ScalingPlanPooledSchedule definition allowing to specify daysOfWeek.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDaysOfWeek(List<DayOfWeek> daysOfWeek)

Specifies the daysOfWeek property: Set of days of the week on which this schedule is active..

Method Details

withDaysOfWeek

public abstract ScalingPlanPooledSchedule.DefinitionStages.WithCreate withDaysOfWeek(List<DayOfWeek> daysOfWeek)

Specifies the daysOfWeek property: Set of days of the week on which this schedule is active..

Parameters:

daysOfWeek - Set of days of the week on which this schedule is active.

Returns:

the next definition stage.

Applies to