public static interface EC2InstanceCounts.Builder extends CopyableBuilder<EC2InstanceCounts.Builder,EC2InstanceCounts>
| Modifier and Type | Method and Description | 
|---|---|
| EC2InstanceCounts.Builder | active(Integer active)
 Actual number of active instances in the fleet. | 
| EC2InstanceCounts.Builder | desired(Integer desired)
 Ideal number of active instances in the fleet. | 
| EC2InstanceCounts.Builder | idle(Integer idle)
 Number of active instances in the fleet that are not currently hosting a game session. | 
| EC2InstanceCounts.Builder | maximum(Integer maximum)
 Maximum value allowed for the fleet's instance count. | 
| EC2InstanceCounts.Builder | minimum(Integer minimum)
 Minimum value allowed for the fleet's instance count. | 
| EC2InstanceCounts.Builder | pending(Integer pending)
 Number of instances in the fleet that are starting but not yet active. | 
| EC2InstanceCounts.Builder | terminating(Integer terminating)
 Number of instances in the fleet that are no longer active but haven't yet been terminated. | 
copyapplyMutation, buildEC2InstanceCounts.Builder desired(Integer desired)
Ideal number of active instances in the fleet.
desired - Ideal number of active instances in the fleet.EC2InstanceCounts.Builder minimum(Integer minimum)
Minimum value allowed for the fleet's instance count.
minimum - Minimum value allowed for the fleet's instance count.EC2InstanceCounts.Builder maximum(Integer maximum)
Maximum value allowed for the fleet's instance count.
maximum - Maximum value allowed for the fleet's instance count.EC2InstanceCounts.Builder pending(Integer pending)
Number of instances in the fleet that are starting but not yet active.
pending - Number of instances in the fleet that are starting but not yet active.EC2InstanceCounts.Builder active(Integer active)
Actual number of active instances in the fleet.
active - Actual number of active instances in the fleet.EC2InstanceCounts.Builder idle(Integer idle)
Number of active instances in the fleet that are not currently hosting a game session.
idle - Number of active instances in the fleet that are not currently hosting a game session.EC2InstanceCounts.Builder terminating(Integer terminating)
Number of instances in the fleet that are no longer active but haven't yet been terminated.
terminating - Number of instances in the fleet that are no longer active but haven't yet been terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.