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 Details

    • 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 booting status.

      Parameters:
      booting - The number of instances with booting status.
      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_lost status.

      Parameters:
      connectionLost - The number of instances with connection_lost status.
      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

      The number of instances with online status.

      Parameters:
      online - The number of instances with online status.
      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 pending status.

      Parameters:
      pending - The number of instances with pending status.
      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 rebooting status.

      Parameters:
      rebooting - The number of instances with rebooting status.
      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 requested status.

      Parameters:
      requested - The number of instances with requested status.
      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_setup status.

      Parameters:
      runningSetup - The number of instances with running_setup status.
      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_failed status.

      Parameters:
      setupFailed - The number of instances with setup_failed status.
      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_down status.

      Parameters:
      shuttingDown - The number of instances with shutting_down status.
      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_failed status.

      Parameters:
      startFailed - The number of instances with start_failed status.
      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_failed status.

      Parameters:
      stopFailed - The number of instances with stop_failed status.
      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 stopped status.

      Parameters:
      stopped - The number of instances with stopped status.
      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 stopping status.

      Parameters:
      stopping - The number of instances with stopping status.
      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 terminated status.

      Parameters:
      terminated - The number of instances with terminated status.
      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 terminating status.

      Parameters:
      terminating - The number of instances with terminating status.
      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.