Interface MaintenanceCreateSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MaintenanceCreateSettings.Builder,
,MaintenanceCreateSettings> SdkBuilder<MaintenanceCreateSettings.Builder,
,MaintenanceCreateSettings> SdkPojo
- Enclosing class:
MaintenanceCreateSettings
@Mutable
@NotThreadSafe
public static interface MaintenanceCreateSettings.Builder
extends SdkPojo, CopyableBuilder<MaintenanceCreateSettings.Builder,MaintenanceCreateSettings>
-
Method Summary
Modifier and TypeMethodDescriptionmaintenanceDay
(String maintenanceDay) Choose one day of the week for maintenance.maintenanceDay
(MaintenanceDay maintenanceDay) Choose one day of the week for maintenance.maintenanceStartTime
(String maintenanceStartTime) Choose the hour that maintenance will start.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
-
maintenanceDay
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.- Parameters:
maintenanceDay
- Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenanceDay
Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.- Parameters:
maintenanceDay
- Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maintenanceStartTime
Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.- Parameters:
maintenanceStartTime
- Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-