Interface ScheduleMaintenanceWindow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduleMaintenanceWindow.Builder,
,ScheduleMaintenanceWindow> SdkBuilder<ScheduleMaintenanceWindow.Builder,
,ScheduleMaintenanceWindow> SdkPojo
- Enclosing class:
ScheduleMaintenanceWindow
@Mutable
@NotThreadSafe
public static interface ScheduleMaintenanceWindow.Builder
extends SdkPojo, CopyableBuilder<ScheduleMaintenanceWindow.Builder,ScheduleMaintenanceWindow>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInMinutes
(Integer durationInMinutes) Displays the duration of the next maintenance window.Displays the start time of the next maintenance window.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
-
durationInMinutes
Displays the duration of the next maintenance window.
- Parameters:
durationInMinutes
- Displays the duration of the next maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Displays the start time of the next maintenance window.
- Parameters:
startTime
- Displays the start time of the next maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-