public static interface FleetUtilization.Builder extends SdkPojo, CopyableBuilder<FleetUtilization.Builder,FleetUtilization>
Modifier and Type | Method and Description |
---|---|
FleetUtilization.Builder |
activeGameSessionCount(Integer activeGameSessionCount)
Number of active game sessions currently being hosted on all instances in the fleet.
|
FleetUtilization.Builder |
activeServerProcessCount(Integer activeServerProcessCount)
Number of server processes in an
ACTIVE status currently running across all instances in the
fleet |
FleetUtilization.Builder |
currentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of active player sessions currently being hosted on all instances in the fleet.
|
FleetUtilization.Builder |
fleetId(String fleetId)
Unique identifier for a fleet.
|
FleetUtilization.Builder |
maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum players allowed across all game sessions currently being hosted on all instances in the fleet.
|
copy
applyMutation, build
FleetUtilization.Builder fleetId(String fleetId)
Unique identifier for a fleet.
fleetId
- Unique identifier for a fleet.FleetUtilization.Builder activeServerProcessCount(Integer activeServerProcessCount)
Number of server processes in an ACTIVE
status currently running across all instances in the
fleet
activeServerProcessCount
- Number of server processes in an ACTIVE
status currently running across all instances in
the fleetFleetUtilization.Builder activeGameSessionCount(Integer activeGameSessionCount)
Number of active game sessions currently being hosted on all instances in the fleet.
activeGameSessionCount
- Number of active game sessions currently being hosted on all instances in the fleet.FleetUtilization.Builder currentPlayerSessionCount(Integer currentPlayerSessionCount)
Number of active player sessions currently being hosted on all instances in the fleet.
currentPlayerSessionCount
- Number of active player sessions currently being hosted on all instances in the fleet.FleetUtilization.Builder maximumPlayerSessionCount(Integer maximumPlayerSessionCount)
Maximum players allowed across all game sessions currently being hosted on all instances in the fleet.
maximumPlayerSessionCount
- Maximum players allowed across all game sessions currently being hosted on all instances in the fleet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.