public static interface MaintenanceSchedule.Builder extends SdkPojo, CopyableBuilder<MaintenanceSchedule.Builder,MaintenanceSchedule>
| Modifier and Type | Method and Description |
|---|---|
MaintenanceSchedule.Builder |
endTime(Instant endTime)
The time the scheduled maintenance is to end.
|
MaintenanceSchedule.Builder |
startTime(Instant startTime)
The time the scheduled maintenance is to start.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMaintenanceSchedule.Builder endTime(Instant endTime)
The time the scheduled maintenance is to end.
endTime - The time the scheduled maintenance is to end.MaintenanceSchedule.Builder startTime(Instant startTime)
The time the scheduled maintenance is to start.
startTime - The time the scheduled maintenance is to start.Copyright © 2023. All rights reserved.