public static final class SupportWindow.Builder
extends java.lang.Object
SupportWindow
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
SupportWindow . |
Modifier and Type | Method and Description |
---|---|
SupportWindow |
build() |
SupportWindow.Builder |
setDurationHours(java.lang.Long durationHours) |
SupportWindow.Builder |
setMetadata(Structure metadata) |
SupportWindow.Builder |
setSddcs(java.util.List<java.lang.String> sddcs)
SDDCs in this window format: UUID
|
SupportWindow.Builder |
setSeats(java.lang.Long seats) |
SupportWindow.Builder |
setStartDay(java.lang.String startDay)
|
SupportWindow.Builder |
setStartHour(java.lang.Long startHour) |
SupportWindow.Builder |
setSupportWindowId(java.lang.String supportWindowId) |
public Builder()
SupportWindow
.public SupportWindow.Builder setStartDay(java.lang.String startDay)
startDay
- New value for the property.public SupportWindow.Builder setSeats(java.lang.Long seats)
seats
- New value for the property.public SupportWindow.Builder setSddcs(java.util.List<java.lang.String> sddcs)
sddcs
- New value for the property.public SupportWindow.Builder setDurationHours(java.lang.Long durationHours)
durationHours
- New value for the property.public SupportWindow.Builder setStartHour(java.lang.Long startHour)
startHour
- New value for the property.public SupportWindow.Builder setSupportWindowId(java.lang.String supportWindowId)
supportWindowId
- New value for the property.public SupportWindow.Builder setMetadata(Structure metadata)
metadata
- New value for the property.public SupportWindow build()