Interface MaintenanceWindow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaintenanceWindow.Builder,
,MaintenanceWindow> SdkBuilder<MaintenanceWindow.Builder,
,MaintenanceWindow> SdkPojo
- Enclosing class:
MaintenanceWindow
public static interface MaintenanceWindow.Builder
extends SdkPojo, CopyableBuilder<MaintenanceWindow.Builder,MaintenanceWindow>
-
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, sdkFields
-
Method Details
-
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.
-
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.
-