Uses of Class
software.amazon.awscdk.services.gamelift.alpha.GameSessionQueue.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of GameSessionQueue.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionGameSessionQueue.Builder.allowedLocations
(List<String> allowedLocations) (experimental) A list of locations where a queue is allowed to place new game sessions.static GameSessionQueue.Builder
GameSessionQueue.Builder.customEventData
(String customEventData) (experimental) Information to be added to all events that are related to this game session queue.GameSessionQueue.Builder.destinations
(List<? extends IGameSessionQueueDestination> destinations) (experimental) A list of fleets and/or fleet alias that can be used to fulfill game session placement requests in the queue.GameSessionQueue.Builder.gameSessionQueueName
(String gameSessionQueueName) (experimental) Name of this gameSessionQueue.GameSessionQueue.Builder.notificationTarget
(ITopic notificationTarget) (experimental) An SNS topic is set up to receive game session placement notifications.GameSessionQueue.Builder.playerLatencyPolicies
(List<? extends PlayerLatencyPolicy> playerLatencyPolicies) (experimental) A set of policies that act as a sliding cap on player latency.GameSessionQueue.Builder.priorityConfiguration
(PriorityConfiguration priorityConfiguration) (experimental) Custom settings to use when prioritizing destinations and locations for game session placements.(experimental) The maximum time, that a new game session placement request remains in the queue.