CapacityReservation.Builder |
CapacityReservation.Builder.allocatedDpus(Integer allocatedDpus) |
The number of data processing units currently allocated.
|
static CapacityReservation.Builder |
CapacityReservation.builder() |
|
CapacityReservation.Builder |
CapacityReservation.Builder.creationTime(Instant creationTime) |
The time in UTC epoch millis when the capacity reservation was created.
|
default CapacityReservation.Builder |
CapacityReservation.Builder.lastAllocation(Consumer<CapacityAllocation.Builder> lastAllocation) |
Sets the value of the LastAllocation property for this object.
|
CapacityReservation.Builder |
CapacityReservation.Builder.lastAllocation(CapacityAllocation lastAllocation) |
Sets the value of the LastAllocation property for this object.
|
CapacityReservation.Builder |
CapacityReservation.Builder.lastSuccessfulAllocationTime(Instant lastSuccessfulAllocationTime) |
The time of the most recent capacity allocation that succeeded.
|
CapacityReservation.Builder |
CapacityReservation.Builder.name(String name) |
The name of the capacity reservation.
|
CapacityReservation.Builder |
CapacityReservation.Builder.status(String status) |
The status of the capacity reservation.
|
CapacityReservation.Builder |
CapacityReservation.Builder.status(CapacityReservationStatus status) |
The status of the capacity reservation.
|
CapacityReservation.Builder |
CapacityReservation.Builder.targetDpus(Integer targetDpus) |
The number of data processing units requested.
|
CapacityReservation.Builder |
CapacityReservation.toBuilder() |
|