public static interface InstancesCount.Builder extends CopyableBuilder<InstancesCount.Builder,InstancesCount>
| Modifier and Type | Method and Description |
|---|---|
InstancesCount.Builder |
assigning(Integer assigning)
The number of instances in the Assigning state.
|
InstancesCount.Builder |
booting(Integer booting)
The number of instances with
booting status. |
InstancesCount.Builder |
connectionLost(Integer connectionLost)
The number of instances with
connection_lost status. |
InstancesCount.Builder |
deregistering(Integer deregistering)
The number of instances in the Deregistering state.
|
InstancesCount.Builder |
online(Integer online)
The number of instances with
online status. |
InstancesCount.Builder |
pending(Integer pending)
The number of instances with
pending status. |
InstancesCount.Builder |
rebooting(Integer rebooting)
The number of instances with
rebooting status. |
InstancesCount.Builder |
registered(Integer registered)
The number of instances in the Registered state.
|
InstancesCount.Builder |
registering(Integer registering)
The number of instances in the Registering state.
|
InstancesCount.Builder |
requested(Integer requested)
The number of instances with
requested status. |
InstancesCount.Builder |
runningSetup(Integer runningSetup)
The number of instances with
running_setup status. |
InstancesCount.Builder |
setupFailed(Integer setupFailed)
The number of instances with
setup_failed status. |
InstancesCount.Builder |
shuttingDown(Integer shuttingDown)
The number of instances with
shutting_down status. |
InstancesCount.Builder |
startFailed(Integer startFailed)
The number of instances with
start_failed status. |
InstancesCount.Builder |
stopped(Integer stopped)
The number of instances with
stopped status. |
InstancesCount.Builder |
stopping(Integer stopping)
The number of instances with
stopping status. |
InstancesCount.Builder |
terminated(Integer terminated)
The number of instances with
terminated status. |
InstancesCount.Builder |
terminating(Integer terminating)
The number of instances with
terminating status. |
InstancesCount.Builder |
unassigning(Integer unassigning)
The number of instances in the Unassigning state.
|
copyapply, buildInstancesCount.Builder assigning(Integer assigning)
The number of instances in the Assigning state.
assigning - The number of instances in the Assigning state.InstancesCount.Builder booting(Integer booting)
The number of instances with booting status.
booting - The number of instances with booting status.InstancesCount.Builder connectionLost(Integer connectionLost)
The number of instances with connection_lost status.
connectionLost - The number of instances with connection_lost status.InstancesCount.Builder deregistering(Integer deregistering)
The number of instances in the Deregistering state.
deregistering - The number of instances in the Deregistering state.InstancesCount.Builder online(Integer online)
The number of instances with online status.
online - The number of instances with online status.InstancesCount.Builder pending(Integer pending)
The number of instances with pending status.
pending - The number of instances with pending status.InstancesCount.Builder rebooting(Integer rebooting)
The number of instances with rebooting status.
rebooting - The number of instances with rebooting status.InstancesCount.Builder registered(Integer registered)
The number of instances in the Registered state.
registered - The number of instances in the Registered state.InstancesCount.Builder registering(Integer registering)
The number of instances in the Registering state.
registering - The number of instances in the Registering state.InstancesCount.Builder requested(Integer requested)
The number of instances with requested status.
requested - The number of instances with requested status.InstancesCount.Builder runningSetup(Integer runningSetup)
The number of instances with running_setup status.
runningSetup - The number of instances with running_setup status.InstancesCount.Builder setupFailed(Integer setupFailed)
The number of instances with setup_failed status.
setupFailed - The number of instances with setup_failed status.InstancesCount.Builder shuttingDown(Integer shuttingDown)
The number of instances with shutting_down status.
shuttingDown - The number of instances with shutting_down status.InstancesCount.Builder startFailed(Integer startFailed)
The number of instances with start_failed status.
startFailed - The number of instances with start_failed status.InstancesCount.Builder stopped(Integer stopped)
The number of instances with stopped status.
stopped - The number of instances with stopped status.InstancesCount.Builder stopping(Integer stopping)
The number of instances with stopping status.
stopping - The number of instances with stopping status.InstancesCount.Builder terminated(Integer terminated)
The number of instances with terminated status.
terminated - The number of instances with terminated status.InstancesCount.Builder terminating(Integer terminating)
The number of instances with terminating status.
terminating - The number of instances with terminating status.InstancesCount.Builder unassigning(Integer unassigning)
The number of instances in the Unassigning state.
unassigning - The number of instances in the Unassigning state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.