public static interface PendingMaintenance.Builder extends SdkPojo, CopyableBuilder<PendingMaintenance.Builder,PendingMaintenance>
| Modifier and Type | Method and Description |
|---|---|
PendingMaintenance.Builder |
engineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
|
default PendingMaintenance.Builder |
schedule(Consumer<MaintenanceSchedule.Builder> schedule)
The maintenance schedule for the runtime engine version.
|
PendingMaintenance.Builder |
schedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingMaintenance.Builder engineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
engineVersion - The specific runtime engine that the maintenance schedule applies to.PendingMaintenance.Builder schedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
schedule - The maintenance schedule for the runtime engine version.default PendingMaintenance.Builder schedule(Consumer<MaintenanceSchedule.Builder> schedule)
The maintenance schedule for the runtime engine version.
This is a convenience method that creates an instance of theMaintenanceSchedule.Builder avoiding the
need to create one manually via MaintenanceSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to schedule(MaintenanceSchedule).
schedule - a consumer that will call methods on MaintenanceSchedule.Builderschedule(MaintenanceSchedule)Copyright © 2023. All rights reserved.