Uses of Class
software.amazon.awscdk.services.gamelift.alpha.StandaloneMatchmakingConfiguration.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of StandaloneMatchmakingConfiguration.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionStandaloneMatchmakingConfiguration.Builder.acceptanceTimeout
(Duration acceptanceTimeout) (experimental) The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.StandaloneMatchmakingConfiguration.Builder.customEventData
(String customEventData) (experimental) Information to add to all events related to the matchmaking configuration.StandaloneMatchmakingConfiguration.Builder.description
(String description) (experimental) A human-readable description of the matchmaking configuration.StandaloneMatchmakingConfiguration.Builder.matchmakingConfigurationName
(String matchmakingConfigurationName) (experimental) A unique identifier for the matchmaking configuration.StandaloneMatchmakingConfiguration.Builder.notificationTarget
(ITopic notificationTarget) (experimental) An SNS topic ARN that is set up to receive matchmaking notifications.StandaloneMatchmakingConfiguration.Builder.requestTimeout
(Duration requestTimeout) (experimental) The maximum duration, that a matchmaking ticket can remain in process before timing out.StandaloneMatchmakingConfiguration.Builder.requireAcceptance
(Boolean requireAcceptance) (experimental) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.StandaloneMatchmakingConfiguration.Builder.ruleSet
(IMatchmakingRuleSet ruleSet) (experimental) A matchmaking rule set to use with this configuration.