public static interface InstanceCapacity.Builder extends SdkPojo, CopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
| Modifier and Type | Method and Description |
|---|---|
InstanceCapacity.Builder |
availableCapacity(Integer availableCapacity)
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
|
InstanceCapacity.Builder |
instanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
InstanceCapacity.Builder |
totalCapacity(Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated Host if there are no instances running
on it.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceCapacity.Builder availableCapacity(Integer availableCapacity)
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
availableCapacity - The number of instances that can be launched onto the Dedicated Host based on the host's available
capacity.InstanceCapacity.Builder instanceType(String instanceType)
The instance type supported by the Dedicated Host.
instanceType - The instance type supported by the Dedicated Host.InstanceCapacity.Builder totalCapacity(Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
totalCapacity - The total number of instances that can be launched onto the Dedicated Host if there are no instances
running on it.Copyright © 2021. All rights reserved.