Interface WeeklyAutoScalingSchedule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>,SdkBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>,SdkPojo
- Enclosing class:
- WeeklyAutoScalingSchedule
public static interface WeeklyAutoScalingSchedule.Builder extends SdkPojo, CopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeeklyAutoScalingSchedule.Builderfriday(Map<String,String> friday)The schedule for Friday.WeeklyAutoScalingSchedule.Buildermonday(Map<String,String> monday)The schedule for Monday.WeeklyAutoScalingSchedule.Buildersaturday(Map<String,String> saturday)The schedule for Saturday.WeeklyAutoScalingSchedule.Buildersunday(Map<String,String> sunday)The schedule for Sunday.WeeklyAutoScalingSchedule.Builderthursday(Map<String,String> thursday)The schedule for Thursday.WeeklyAutoScalingSchedule.Buildertuesday(Map<String,String> tuesday)The schedule for Tuesday.WeeklyAutoScalingSchedule.Builderwednesday(Map<String,String> wednesday)The schedule for Wednesday.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monday
WeeklyAutoScalingSchedule.Builder monday(Map<String,String> monday)
The schedule for Monday.
- Parameters:
monday- The schedule for Monday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tuesday
WeeklyAutoScalingSchedule.Builder tuesday(Map<String,String> tuesday)
The schedule for Tuesday.
- Parameters:
tuesday- The schedule for Tuesday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wednesday
WeeklyAutoScalingSchedule.Builder wednesday(Map<String,String> wednesday)
The schedule for Wednesday.
- Parameters:
wednesday- The schedule for Wednesday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thursday
WeeklyAutoScalingSchedule.Builder thursday(Map<String,String> thursday)
The schedule for Thursday.
- Parameters:
thursday- The schedule for Thursday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
friday
WeeklyAutoScalingSchedule.Builder friday(Map<String,String> friday)
The schedule for Friday.
- Parameters:
friday- The schedule for Friday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
saturday
WeeklyAutoScalingSchedule.Builder saturday(Map<String,String> saturday)
The schedule for Saturday.
- Parameters:
saturday- The schedule for Saturday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sunday
WeeklyAutoScalingSchedule.Builder sunday(Map<String,String> sunday)
The schedule for Sunday.
- Parameters:
sunday- The schedule for Sunday.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-