public static interface CapacityAllocation.Builder extends SdkPojo, CopyableBuilder<CapacityAllocation.Builder,CapacityAllocation>
| Modifier and Type | Method and Description |
|---|---|
CapacityAllocation.Builder |
allocationType(AllocationType allocationType)
The usage type.
|
CapacityAllocation.Builder |
allocationType(String allocationType)
The usage type.
|
CapacityAllocation.Builder |
count(Integer count)
The amount of instance capacity associated with the usage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacityAllocation.Builder allocationType(String allocationType)
The usage type. used indicates that the instance capacity is in use by instances that are
running in the Capacity Reservation.
allocationType - The usage type. used indicates that the instance capacity is in use by instances that are
running in the Capacity Reservation.AllocationType,
AllocationTypeCapacityAllocation.Builder allocationType(AllocationType allocationType)
The usage type. used indicates that the instance capacity is in use by instances that are
running in the Capacity Reservation.
allocationType - The usage type. used indicates that the instance capacity is in use by instances that are
running in the Capacity Reservation.AllocationType,
AllocationTypeCapacityAllocation.Builder count(Integer count)
The amount of instance capacity associated with the usage. For example a value of 4 indicates
that instance capacity for 4 instances is currently in use.
count - The amount of instance capacity associated with the usage. For example a value of 4
indicates that instance capacity for 4 instances is currently in use.Copyright © 2022. All rights reserved.