Uses of Class
software.amazon.awscdk.services.gamelift.alpha.QueuedMatchmakingConfigurationProps.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of QueuedMatchmakingConfigurationProps.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionQueuedMatchmakingConfigurationProps.Builder.acceptanceTimeout
(Duration acceptanceTimeout) Sets the value ofMatchmakingConfigurationProps.getAcceptanceTimeout()
QueuedMatchmakingConfigurationProps.Builder.additionalPlayerCount
(Number additionalPlayerCount) Sets the value ofQueuedMatchmakingConfigurationProps.getAdditionalPlayerCount()
QueuedMatchmakingConfigurationProps.builder()
QueuedMatchmakingConfigurationProps.Builder.customEventData
(String customEventData) Sets the value ofMatchmakingConfigurationProps.getCustomEventData()
QueuedMatchmakingConfigurationProps.Builder.description
(String description) Sets the value ofMatchmakingConfigurationProps.getDescription()
QueuedMatchmakingConfigurationProps.Builder.gameProperties
(List<? extends GameProperty> gameProperties) Sets the value ofQueuedMatchmakingConfigurationProps.getGameProperties()
QueuedMatchmakingConfigurationProps.Builder.gameSessionData
(String gameSessionData) Sets the value ofQueuedMatchmakingConfigurationProps.getGameSessionData()
QueuedMatchmakingConfigurationProps.Builder.gameSessionQueues
(List<? extends IGameSessionQueue> gameSessionQueues) Sets the value ofQueuedMatchmakingConfigurationProps.getGameSessionQueues()
QueuedMatchmakingConfigurationProps.Builder.manualBackfillMode
(Boolean manualBackfillMode) Sets the value ofQueuedMatchmakingConfigurationProps.getManualBackfillMode()
QueuedMatchmakingConfigurationProps.Builder.matchmakingConfigurationName
(String matchmakingConfigurationName) Sets the value ofMatchmakingConfigurationProps.getMatchmakingConfigurationName()
QueuedMatchmakingConfigurationProps.Builder.notificationTarget
(ITopic notificationTarget) Sets the value ofMatchmakingConfigurationProps.getNotificationTarget()
QueuedMatchmakingConfigurationProps.Builder.requestTimeout
(Duration requestTimeout) Sets the value ofMatchmakingConfigurationProps.getRequestTimeout()
QueuedMatchmakingConfigurationProps.Builder.requireAcceptance
(Boolean requireAcceptance) Sets the value ofMatchmakingConfigurationProps.getRequireAcceptance()
QueuedMatchmakingConfigurationProps.Builder.ruleSet
(IMatchmakingRuleSet ruleSet) Sets the value ofMatchmakingConfigurationProps.getRuleSet()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theQueuedMatchmakingConfigurationProps.Builder
.