Uses of Class
software.amazon.awscdk.services.gamelift.CfnGameSessionQueue.Builder
Packages that use CfnGameSessionQueue.Builder
-
Uses of CfnGameSessionQueue.Builder in software.amazon.awscdk.services.gamelift
Methods in software.amazon.awscdk.services.gamelift that return CfnGameSessionQueue.BuilderModifier and TypeMethodDescriptionstatic CfnGameSessionQueue.Builder
CfnGameSessionQueue.Builder.customEventData
(String customEventData) Information to be added to all events that are related to this game session queue.CfnGameSessionQueue.Builder.destinations
(List<? extends Object> destinations) A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.CfnGameSessionQueue.Builder.destinations
(IResolvable destinations) A list of fleets and/or fleet aliases that can be used to fulfill game session placement requests in the queue.CfnGameSessionQueue.Builder.filterConfiguration
(IResolvable filterConfiguration) A list of locations where a queue is allowed to place new game sessions.CfnGameSessionQueue.Builder.filterConfiguration
(CfnGameSessionQueue.FilterConfigurationProperty filterConfiguration) A list of locations where a queue is allowed to place new game sessions.A descriptive label that is associated with game session queue.CfnGameSessionQueue.Builder.notificationTarget
(String notificationTarget) An SNS topic ARN that is set up to receive game session placement notifications.CfnGameSessionQueue.Builder.playerLatencyPolicies
(List<? extends Object> playerLatencyPolicies) A set of policies that enforce a sliding cap on player latency when processing game sessions placement requests.CfnGameSessionQueue.Builder.playerLatencyPolicies
(IResolvable playerLatencyPolicies) A set of policies that enforce a sliding cap on player latency when processing game sessions placement requests.CfnGameSessionQueue.Builder.priorityConfiguration
(IResolvable priorityConfiguration) Custom settings to use when prioritizing destinations and locations for game session placements.CfnGameSessionQueue.Builder.priorityConfiguration
(CfnGameSessionQueue.PriorityConfigurationProperty priorityConfiguration) Custom settings to use when prioritizing destinations and locations for game session placements.A list of labels to assign to the new game session queue resource.CfnGameSessionQueue.Builder.timeoutInSeconds
(Number timeoutInSeconds) The maximum time, in seconds, that a new game session placement request remains in the queue.