| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static CapacityAllocation.Builder |
CapacityAllocation.builder() |
CapacityAllocation.Builder |
CapacityAllocation.Builder.requestCompletionTime(Instant requestCompletionTime)
The time when the capacity allocation request was completed.
|
CapacityAllocation.Builder |
CapacityAllocation.Builder.requestTime(Instant requestTime)
The time when the capacity allocation was requested.
|
CapacityAllocation.Builder |
CapacityAllocation.Builder.status(CapacityAllocationStatus status)
The status of the capacity allocation.
|
CapacityAllocation.Builder |
CapacityAllocation.Builder.status(String status)
The status of the capacity allocation.
|
CapacityAllocation.Builder |
CapacityAllocation.Builder.statusMessage(String statusMessage)
The status message of the capacity allocation.
|
CapacityAllocation.Builder |
CapacityAllocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CapacityAllocation.Builder> |
CapacityAllocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CapacityReservation.Builder |
CapacityReservation.Builder.lastAllocation(Consumer<CapacityAllocation.Builder> lastAllocation)
Sets the value of the LastAllocation property for this object.
|
Copyright © 2023. All rights reserved.