Interface InstancesCount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstancesCount.Builder,
,InstancesCount> SdkBuilder<InstancesCount.Builder,
,InstancesCount> SdkPojo
- Enclosing class:
InstancesCount
-
Method Summary
Modifier and TypeMethodDescriptionThe number of instances in the Assigning state.The number of instances withbooting
status.connectionLost
(Integer connectionLost) The number of instances withconnection_lost
status.deregistering
(Integer deregistering) The number of instances in the Deregistering state.The number of instances withonline
status.The number of instances withpending
status.The number of instances withrebooting
status.registered
(Integer registered) The number of instances in the Registered state.registering
(Integer registering) The number of instances in the Registering state.The number of instances withrequested
status.runningSetup
(Integer runningSetup) The number of instances withrunning_setup
status.setupFailed
(Integer setupFailed) The number of instances withsetup_failed
status.shuttingDown
(Integer shuttingDown) The number of instances withshutting_down
status.startFailed
(Integer startFailed) The number of instances withstart_failed
status.stopFailed
(Integer stopFailed) The number of instances withstop_failed
status.The number of instances withstopped
status.The number of instances withstopping
status.terminated
(Integer terminated) The number of instances withterminated
status.terminating
(Integer terminating) The number of instances withterminating
status.unassigning
(Integer unassigning) The number of instances in the Unassigning state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
assigning
The number of instances in the Assigning state.
- Parameters:
assigning
- The number of instances in the Assigning state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booting
The number of instances with
booting
status.- Parameters:
booting
- The number of instances withbooting
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionLost
The number of instances with
connection_lost
status.- Parameters:
connectionLost
- The number of instances withconnection_lost
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deregistering
The number of instances in the Deregistering state.
- Parameters:
deregistering
- The number of instances in the Deregistering state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
online
The number of instances with
online
status.- Parameters:
online
- The number of instances withonline
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pending
The number of instances with
pending
status.- Parameters:
pending
- The number of instances withpending
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rebooting
The number of instances with
rebooting
status.- Parameters:
rebooting
- The number of instances withrebooting
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registered
The number of instances in the Registered state.
- Parameters:
registered
- The number of instances in the Registered state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registering
The number of instances in the Registering state.
- Parameters:
registering
- The number of instances in the Registering state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requested
The number of instances with
requested
status.- Parameters:
requested
- The number of instances withrequested
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningSetup
The number of instances with
running_setup
status.- Parameters:
runningSetup
- The number of instances withrunning_setup
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setupFailed
The number of instances with
setup_failed
status.- Parameters:
setupFailed
- The number of instances withsetup_failed
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shuttingDown
The number of instances with
shutting_down
status.- Parameters:
shuttingDown
- The number of instances withshutting_down
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startFailed
The number of instances with
start_failed
status.- Parameters:
startFailed
- The number of instances withstart_failed
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopFailed
The number of instances with
stop_failed
status.- Parameters:
stopFailed
- The number of instances withstop_failed
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopped
The number of instances with
stopped
status.- Parameters:
stopped
- The number of instances withstopped
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopping
The number of instances with
stopping
status.- Parameters:
stopping
- The number of instances withstopping
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminated
The number of instances with
terminated
status.- Parameters:
terminated
- The number of instances withterminated
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminating
The number of instances with
terminating
status.- Parameters:
terminating
- The number of instances withterminating
status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unassigning
The number of instances in the Unassigning state.
- Parameters:
unassigning
- The number of instances in the Unassigning state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-