Interface MaintenanceSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MaintenanceSchedule.Builder,,MaintenanceSchedule> SdkBuilder<MaintenanceSchedule.Builder,,MaintenanceSchedule> SdkPojo
- Enclosing class:
MaintenanceSchedule
@Mutable
@NotThreadSafe
public static interface MaintenanceSchedule.Builder
extends SdkPojo, CopyableBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionpreferredMaintenanceWindow(String preferredMaintenanceWindow) The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC).The IANA timezone identifier for 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
-
timezone
The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.
- Parameters:
timezone- The IANA timezone identifier for the maintenance window. Format: Region/City or UTC. For example, America/New_York or UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredMaintenanceWindow
The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.
- Parameters:
preferredMaintenanceWindow- The preferred maintenance window in the format ddd:HH:MM-ddd:HH:MM (UTC). Day must be one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun. For example, Sun:02:00-Sun:06:00. Provide an empty string to let the system choose a window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-