Interface Maintenance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Maintenance.Builder,
,Maintenance> SdkBuilder<Maintenance.Builder,
,Maintenance> SdkPojo
- Enclosing class:
Maintenance
public static interface Maintenance.Builder
extends SdkPojo, CopyableBuilder<Maintenance.Builder,Maintenance>
-
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.maintenanceDeadline
(String maintenanceDeadline) The Maintenance has to be performed before this deadline in ISO UTC format.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
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
-
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:
-
maintenanceDeadline
The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.- Parameters:
maintenanceDeadline
- The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-