public static final class MaintenanceWindowEntry.Builder
extends java.lang.Object
MaintenanceWindowEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
MaintenanceWindowEntry . |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowEntry |
build() |
MaintenanceWindowEntry.Builder |
setInMaintenanceMode(java.lang.Boolean inMaintenanceMode)
true if the SDDC is currently undergoing maintenance
|
MaintenanceWindowEntry.Builder |
setInMaintenanceWindow(java.lang.Boolean inMaintenanceWindow)
true if the SDDC is in the defined Mainentance Window
|
MaintenanceWindowEntry.Builder |
setReservationId(java.lang.String reservationId)
ID for reservation format: uuid
|
MaintenanceWindowEntry.Builder |
setReservationSchedule(ReservationSchedule reservationSchedule) |
MaintenanceWindowEntry.Builder |
setSddcId(java.lang.String sddcId)
SDDC ID for this reservation format: uuid
|
public Builder()
MaintenanceWindowEntry
.public MaintenanceWindowEntry.Builder setInMaintenanceWindow(java.lang.Boolean inMaintenanceWindow)
inMaintenanceWindow
- New value for the property.public MaintenanceWindowEntry.Builder setReservationSchedule(ReservationSchedule reservationSchedule)
reservationSchedule
- New value for the property.public MaintenanceWindowEntry.Builder setReservationId(java.lang.String reservationId)
reservationId
- New value for the property.public MaintenanceWindowEntry.Builder setInMaintenanceMode(java.lang.Boolean inMaintenanceMode)
inMaintenanceMode
- New value for the property.public MaintenanceWindowEntry.Builder setSddcId(java.lang.String sddcId)
sddcId
- New value for the property.public MaintenanceWindowEntry build()