Interface UpdateMaintenance.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateMaintenance.Builder,,UpdateMaintenance> SdkBuilder<UpdateMaintenance.Builder,,UpdateMaintenance> SdkPojo
- Enclosing class:
 UpdateMaintenance
public static interface UpdateMaintenance.Builder
extends SdkPojo, CopyableBuilder<UpdateMaintenance.Builder,UpdateMaintenance> 
- 
Method Summary
Modifier and TypeMethodDescriptionmaintenanceDay(String maintenanceDay) A day of a week when the maintenance will happen.maintenanceDay(MaintenanceDay maintenanceDay) A day of a week when the maintenance will happen.maintenanceScheduledDate(String maintenanceScheduledDate) A scheduled date in ISO UTC format when the maintenance will happen.maintenanceStartHour(String maintenanceStartHour) UTC time when the maintenance will happen.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, sdkFields 
- 
Method Details
- 
maintenanceDay
A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.- Parameters:
 maintenanceDay- A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
maintenanceDay
A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.- Parameters:
 maintenanceDay- A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
maintenanceScheduledDate
A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.- Parameters:
 maintenanceScheduledDate- A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maintenanceStartHour
UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.- Parameters:
 maintenanceStartHour- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -