public static interface WeeklyAutoScalingSchedule.Builder extends CopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
| Modifier and Type | Method and Description |
|---|---|
WeeklyAutoScalingSchedule.Builder |
friday(Map<String,String> friday)
The schedule for Friday.
|
WeeklyAutoScalingSchedule.Builder |
monday(Map<String,String> monday)
The schedule for Monday.
|
WeeklyAutoScalingSchedule.Builder |
saturday(Map<String,String> saturday)
The schedule for Saturday.
|
WeeklyAutoScalingSchedule.Builder |
sunday(Map<String,String> sunday)
The schedule for Sunday.
|
WeeklyAutoScalingSchedule.Builder |
thursday(Map<String,String> thursday)
The schedule for Thursday.
|
WeeklyAutoScalingSchedule.Builder |
tuesday(Map<String,String> tuesday)
The schedule for Tuesday.
|
WeeklyAutoScalingSchedule.Builder |
wednesday(Map<String,String> wednesday)
The schedule for Wednesday.
|
copyapply, buildWeeklyAutoScalingSchedule.Builder monday(Map<String,String> monday)
The schedule for Monday.
monday - The schedule for Monday.WeeklyAutoScalingSchedule.Builder tuesday(Map<String,String> tuesday)
The schedule for Tuesday.
tuesday - The schedule for Tuesday.WeeklyAutoScalingSchedule.Builder wednesday(Map<String,String> wednesday)
The schedule for Wednesday.
wednesday - The schedule for Wednesday.WeeklyAutoScalingSchedule.Builder thursday(Map<String,String> thursday)
The schedule for Thursday.
thursday - The schedule for Thursday.WeeklyAutoScalingSchedule.Builder friday(Map<String,String> friday)
The schedule for Friday.
friday - The schedule for Friday.WeeklyAutoScalingSchedule.Builder saturday(Map<String,String> saturday)
The schedule for Saturday.
saturday - The schedule for Saturday.WeeklyAutoScalingSchedule.Builder sunday(Map<String,String> sunday)
The schedule for Sunday.
sunday - The schedule for Sunday.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.