public static interface FleetUtilization.Builder extends SdkPojo, CopyableBuilder<FleetUtilization.Builder,FleetUtilization>
| Modifier and Type | Method and Description |
|---|---|
FleetUtilization.Builder |
activeGameSessionCount(Integer activeGameSessionCount)
The number of active game sessions that are currently being hosted across all instances in the fleet
location.
|
FleetUtilization.Builder |
activeServerProcessCount(Integer activeServerProcessCount)
The number of server processes in
ACTIVE status that are currently running across all instances
in the fleet location. |
FleetUtilization.Builder |
currentPlayerSessionCount(Integer currentPlayerSessionCount)
The number of active player sessions that are currently being hosted across all instances in the fleet
location.
|
FleetUtilization.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
FleetUtilization.Builder |
fleetId(String fleetId)
A unique identifier for the fleet associated with the location.
|
FleetUtilization.Builder |
location(String location)
The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region code,
such as
us-west-2. |
FleetUtilization.Builder |
maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players allowed across all game sessions that are currently being hosted across all
instances in the fleet location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetUtilization.Builder fleetId(String fleetId)
A unique identifier for the fleet associated with the location.
fleetId - A unique identifier for the fleet associated with the location.FleetUtilization.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleetArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.FleetUtilization.Builder activeServerProcessCount(Integer activeServerProcessCount)
The number of server processes in ACTIVE status that are currently running across all instances
in the fleet location.
activeServerProcessCount - The number of server processes in ACTIVE status that are currently running across all
instances in the fleet location.FleetUtilization.Builder activeGameSessionCount(Integer activeGameSessionCount)
The number of active game sessions that are currently being hosted across all instances in the fleet location.
activeGameSessionCount - The number of active game sessions that are currently being hosted across all instances in the fleet
location.FleetUtilization.Builder currentPlayerSessionCount(Integer currentPlayerSessionCount)
The number of active player sessions that are currently being hosted across all instances in the fleet location.
currentPlayerSessionCount - The number of active player sessions that are currently being hosted across all instances in the fleet
location.FleetUtilization.Builder maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players allowed across all game sessions that are currently being hosted across all instances in the fleet location.
maximumPlayerSessionCount - The maximum number of players allowed across all game sessions that are currently being hosted across
all instances in the fleet location.FleetUtilization.Builder location(String location)
The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region code,
such as us-west-2.
location - The fleet location for the fleet utilization information, expressed as an Amazon Web Services Region
code, such as us-west-2.Copyright © 2023. All rights reserved.