Interface WeeklyAutoScalingSchedule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WeeklyAutoScalingSchedule.Builder,
,WeeklyAutoScalingSchedule> SdkBuilder<WeeklyAutoScalingSchedule.Builder,
,WeeklyAutoScalingSchedule> SdkPojo
- Enclosing class:
WeeklyAutoScalingSchedule
@Mutable
@NotThreadSafe
public static interface WeeklyAutoScalingSchedule.Builder
extends SdkPojo, CopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionThe schedule for Friday.The schedule for Monday.The schedule for Saturday.The schedule for Sunday.The schedule for Thursday.The schedule for Tuesday.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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
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.
-