| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CapacityReservation.Builder |
CapacityReservation.Builder.lastAllocation(CapacityAllocation lastAllocation)
Sets the value of the LastAllocation property for this object.
|
default CapacityReservation.Builder |
CapacityReservation.Builder.lastAllocation(Consumer<CapacityAllocation.Builder> 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(CapacityReservationStatus status)
The status of the capacity reservation.
|
CapacityReservation.Builder |
CapacityReservation.Builder.status(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CapacityReservation.Builder> |
CapacityReservation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCapacityReservationResponse.Builder |
GetCapacityReservationResponse.Builder.capacityReservation(Consumer<CapacityReservation.Builder> capacityReservation)
The requested capacity reservation structure.
|
Copyright © 2023. All rights reserved.