Interface ReplicaContainerGroupCounts.Builder

  • Method Details

    • pending

      The number of container groups that are starting up but have not yet registered.

      Parameters:
      pending - The number of container groups that are starting up but have not yet registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • active

      The number of container groups that have active game sessions.

      Parameters:
      active - The number of container groups that have active game sessions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • idle

      The number of container groups that have no active game sessions.

      Parameters:
      idle - The number of container groups that have no active game sessions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • terminating

      ReplicaContainerGroupCounts.Builder terminating(Integer terminating)

      The number of container groups that are in the process of shutting down.

      Parameters:
      terminating - The number of container groups that are in the process of shutting down.
      Returns:
      Returns a reference to this object so that method calls can be chained together.