Interface GameServerContainerGroupCounts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GameServerContainerGroupCounts.Builder,
,GameServerContainerGroupCounts> SdkBuilder<GameServerContainerGroupCounts.Builder,
,GameServerContainerGroupCounts> SdkPojo
- Enclosing class:
GameServerContainerGroupCounts
@Mutable
@NotThreadSafe
public static interface GameServerContainerGroupCounts.Builder
extends SdkPojo, CopyableBuilder<GameServerContainerGroupCounts.Builder,GameServerContainerGroupCounts>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of container groups that have active game sessions.The number of container groups that have no active game sessions.The number of container groups that are starting up but haven't yet registered.terminating
(Integer terminating) The number of container groups that are in the process of shutting down.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, sdkFieldNameToField, sdkFields
-
Method Details
-
pending
The number of container groups that are starting up but haven't yet registered.
- Parameters:
pending
- The number of container groups that are starting up but haven't 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
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.
-