Interface InstancesCount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstancesCount.Builder,InstancesCount>,SdkBuilder<InstancesCount.Builder,InstancesCount>,SdkPojo
- Enclosing class:
- InstancesCount
public static interface InstancesCount.Builder extends SdkPojo, CopyableBuilder<InstancesCount.Builder,InstancesCount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstancesCount.Builderassigning(Integer assigning)The number of instances in the Assigning state.InstancesCount.Builderbooting(Integer booting)The number of instances withbootingstatus.InstancesCount.BuilderconnectionLost(Integer connectionLost)The number of instances withconnection_loststatus.InstancesCount.Builderderegistering(Integer deregistering)The number of instances in the Deregistering state.InstancesCount.Builderonline(Integer online)The number of instances withonlinestatus.InstancesCount.Builderpending(Integer pending)The number of instances withpendingstatus.InstancesCount.Builderrebooting(Integer rebooting)The number of instances withrebootingstatus.InstancesCount.Builderregistered(Integer registered)The number of instances in the Registered state.InstancesCount.Builderregistering(Integer registering)The number of instances in the Registering state.InstancesCount.Builderrequested(Integer requested)The number of instances withrequestedstatus.InstancesCount.BuilderrunningSetup(Integer runningSetup)The number of instances withrunning_setupstatus.InstancesCount.BuildersetupFailed(Integer setupFailed)The number of instances withsetup_failedstatus.InstancesCount.BuildershuttingDown(Integer shuttingDown)The number of instances withshutting_downstatus.InstancesCount.BuilderstartFailed(Integer startFailed)The number of instances withstart_failedstatus.InstancesCount.BuilderstopFailed(Integer stopFailed)The number of instances withstop_failedstatus.InstancesCount.Builderstopped(Integer stopped)The number of instances withstoppedstatus.InstancesCount.Builderstopping(Integer stopping)The number of instances withstoppingstatus.InstancesCount.Builderterminated(Integer terminated)The number of instances withterminatedstatus.InstancesCount.Builderterminating(Integer terminating)The number of instances withterminatingstatus.InstancesCount.Builderunassigning(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 Detail
-
assigning
InstancesCount.Builder assigning(Integer 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
InstancesCount.Builder booting(Integer booting)
The number of instances with
bootingstatus.- Parameters:
booting- The number of instances withbootingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionLost
InstancesCount.Builder connectionLost(Integer connectionLost)
The number of instances with
connection_loststatus.- Parameters:
connectionLost- The number of instances withconnection_loststatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deregistering
InstancesCount.Builder deregistering(Integer 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
InstancesCount.Builder online(Integer online)
The number of instances with
onlinestatus.- Parameters:
online- The number of instances withonlinestatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pending
InstancesCount.Builder pending(Integer pending)
The number of instances with
pendingstatus.- Parameters:
pending- The number of instances withpendingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rebooting
InstancesCount.Builder rebooting(Integer rebooting)
The number of instances with
rebootingstatus.- Parameters:
rebooting- The number of instances withrebootingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registered
InstancesCount.Builder registered(Integer 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
InstancesCount.Builder registering(Integer 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
InstancesCount.Builder requested(Integer requested)
The number of instances with
requestedstatus.- Parameters:
requested- The number of instances withrequestedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningSetup
InstancesCount.Builder runningSetup(Integer runningSetup)
The number of instances with
running_setupstatus.- Parameters:
runningSetup- The number of instances withrunning_setupstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setupFailed
InstancesCount.Builder setupFailed(Integer setupFailed)
The number of instances with
setup_failedstatus.- Parameters:
setupFailed- The number of instances withsetup_failedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shuttingDown
InstancesCount.Builder shuttingDown(Integer shuttingDown)
The number of instances with
shutting_downstatus.- Parameters:
shuttingDown- The number of instances withshutting_downstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startFailed
InstancesCount.Builder startFailed(Integer startFailed)
The number of instances with
start_failedstatus.- Parameters:
startFailed- The number of instances withstart_failedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopFailed
InstancesCount.Builder stopFailed(Integer stopFailed)
The number of instances with
stop_failedstatus.- Parameters:
stopFailed- The number of instances withstop_failedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopped
InstancesCount.Builder stopped(Integer stopped)
The number of instances with
stoppedstatus.- Parameters:
stopped- The number of instances withstoppedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopping
InstancesCount.Builder stopping(Integer stopping)
The number of instances with
stoppingstatus.- Parameters:
stopping- The number of instances withstoppingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminated
InstancesCount.Builder terminated(Integer terminated)
The number of instances with
terminatedstatus.- Parameters:
terminated- The number of instances withterminatedstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminating
InstancesCount.Builder terminating(Integer terminating)
The number of instances with
terminatingstatus.- Parameters:
terminating- The number of instances withterminatingstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unassigning
InstancesCount.Builder unassigning(Integer 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.
-
-