Interface WindowMaintenanceSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WindowMaintenanceSchedule.Builder,,WindowMaintenanceSchedule> SdkBuilder<WindowMaintenanceSchedule.Builder,,WindowMaintenanceSchedule> SdkPojo
- Enclosing class:
WindowMaintenanceSchedule
@Mutable
@NotThreadSafe
public static interface WindowMaintenanceSchedule.Builder
extends SdkPojo, CopyableBuilder<WindowMaintenanceSchedule.Builder,WindowMaintenanceSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of the maintenance window.scheduledTime(Instant scheduledTime) The date and time when the maintenance window is scheduled to occur.The start time of the maintenance window.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
start
The start time of the maintenance window.
- Parameters:
start- The start time of the maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end time of the maintenance window.
- Parameters:
end- The end time of the maintenance window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledTime
The date and time when the maintenance window is scheduled to occur.
- Parameters:
scheduledTime- The date and time when the maintenance window is scheduled to occur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-