CopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
, SdkBuilder<InstanceCapacity.Builder,InstanceCapacity>
public static interface InstanceCapacity.Builder extends CopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
Modifier and Type | Method | Description |
---|---|---|
InstanceCapacity.Builder |
availableCapacity(Integer availableCapacity) |
The number of instances that can still be launched onto the Dedicated Host.
|
InstanceCapacity.Builder |
instanceType(String instanceType) |
The instance type size supported by the Dedicated Host.
|
InstanceCapacity.Builder |
totalCapacity(Integer totalCapacity) |
The total number of instances that can be launched onto the Dedicated Host.
|
copy
apply, build
InstanceCapacity.Builder availableCapacity(Integer availableCapacity)
The number of instances that can still be launched onto the Dedicated Host.
availableCapacity
- The number of instances that can still be launched onto the Dedicated Host.InstanceCapacity.Builder instanceType(String instanceType)
The instance type size supported by the Dedicated Host.
instanceType
- The instance type size supported by the Dedicated Host.InstanceCapacity.Builder totalCapacity(Integer totalCapacity)
The total number of instances that can be launched onto the Dedicated Host.
totalCapacity
- The total number of instances that can be launched onto the Dedicated Host.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.