Uses of Interface
software.amazon.awssdk.services.m2.model.MaintenanceSchedule.Builder
-
Packages that use MaintenanceSchedule.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of MaintenanceSchedule.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return MaintenanceSchedule.Builder Modifier and Type Method Description static MaintenanceSchedule.BuilderMaintenanceSchedule. builder()MaintenanceSchedule.BuilderMaintenanceSchedule.Builder. endTime(Instant endTime)The time the scheduled maintenance is to end.MaintenanceSchedule.BuilderMaintenanceSchedule.Builder. startTime(Instant startTime)The time the scheduled maintenance is to start.MaintenanceSchedule.BuilderMaintenanceSchedule. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type MaintenanceSchedule.Builder Modifier and Type Method Description static Class<? extends MaintenanceSchedule.Builder>MaintenanceSchedule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type MaintenanceSchedule.Builder Modifier and Type Method Description default PendingMaintenance.BuilderPendingMaintenance.Builder. schedule(Consumer<MaintenanceSchedule.Builder> schedule)The maintenance schedule for the runtime engine version.
-