public static final class ReservationInfo.Builder
extends java.lang.Object
ReservationInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ReservationInfo. |
| Modifier and Type | Method and Description |
|---|---|
ReservationInfo |
build() |
ReservationInfo.Builder |
setCpuReservation(CPUReservation cpuReservation) |
ReservationInfo.Builder |
setMemoryReservation(MemoryReservation memoryReservation) |
public Builder()
ReservationInfo.public ReservationInfo.Builder setCpuReservation(CPUReservation cpuReservation)
cpuReservation - New value for the property.public ReservationInfo.Builder setMemoryReservation(MemoryReservation memoryReservation)
memoryReservation - New value for the property.public ReservationInfo build()