CopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>
, SdkBuilder<AvailableCapacity.Builder,AvailableCapacity>
public static interface AvailableCapacity.Builder extends CopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>
Modifier and Type | Method | Description |
---|---|---|
AvailableCapacity.Builder |
availableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity) |
The total number of instances that the Dedicated Host supports.
|
AvailableCapacity.Builder |
availableInstanceCapacity(InstanceCapacity... availableInstanceCapacity) |
The total number of instances that the Dedicated Host supports.
|
AvailableCapacity.Builder |
availableVCpus(Integer availableVCpus) |
The number of vCPUs available on the Dedicated Host.
|
copy
apply, build
AvailableCapacity.Builder availableInstanceCapacity(Collection<InstanceCapacity> availableInstanceCapacity)
The total number of instances that the Dedicated Host supports.
availableInstanceCapacity
- The total number of instances that the Dedicated Host supports.AvailableCapacity.Builder availableInstanceCapacity(InstanceCapacity... availableInstanceCapacity)
The total number of instances that the Dedicated Host supports.
NOTE: This method appends the values to the existing list (if any). Use
#setAvailableInstanceCapacity(java.util.Collection)
or
#withAvailableInstanceCapacity(java.util.Collection)
if you want to override the existing values.
availableInstanceCapacity
- The total number of instances that the Dedicated Host supports.AvailableCapacity.Builder availableVCpus(Integer availableVCpus)
The number of vCPUs available on the Dedicated Host.
availableVCpus
- The number of vCPUs available on the Dedicated Host.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.