Uses of Interface
software.amazon.awssdk.services.athena.model.CapacityAllocation.Builder
-
Packages that use CapacityAllocation.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CapacityAllocation.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CapacityAllocation.Builder Modifier and Type Method Description static CapacityAllocation.BuilderCapacityAllocation. builder()CapacityAllocation.BuilderCapacityAllocation.Builder. requestCompletionTime(Instant requestCompletionTime)The time when the capacity allocation request was completed.CapacityAllocation.BuilderCapacityAllocation.Builder. requestTime(Instant requestTime)The time when the capacity allocation was requested.CapacityAllocation.BuilderCapacityAllocation.Builder. status(String status)The status of the capacity allocation.CapacityAllocation.BuilderCapacityAllocation.Builder. status(CapacityAllocationStatus status)The status of the capacity allocation.CapacityAllocation.BuilderCapacityAllocation.Builder. statusMessage(String statusMessage)The status message of the capacity allocation.CapacityAllocation.BuilderCapacityAllocation. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CapacityAllocation.Builder Modifier and Type Method Description static Class<? extends CapacityAllocation.Builder>CapacityAllocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type CapacityAllocation.Builder Modifier and Type Method Description default CapacityReservation.BuilderCapacityReservation.Builder. lastAllocation(Consumer<CapacityAllocation.Builder> lastAllocation)Sets the value of the LastAllocation property for this object.
-