Uses of Class
software.amazon.awscdk.services.gamelift.alpha.StandaloneMatchmakingConfigurationProps.Builder
Package
Description
Amazon GameLift Construct Library
-
Uses of StandaloneMatchmakingConfigurationProps.Builder in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionStandaloneMatchmakingConfigurationProps.Builder.acceptanceTimeout
(Duration acceptanceTimeout) Sets the value ofMatchmakingConfigurationProps.getAcceptanceTimeout()
StandaloneMatchmakingConfigurationProps.builder()
StandaloneMatchmakingConfigurationProps.Builder.customEventData
(String customEventData) Sets the value ofMatchmakingConfigurationProps.getCustomEventData()
StandaloneMatchmakingConfigurationProps.Builder.description
(String description) Sets the value ofMatchmakingConfigurationProps.getDescription()
StandaloneMatchmakingConfigurationProps.Builder.matchmakingConfigurationName
(String matchmakingConfigurationName) Sets the value ofMatchmakingConfigurationProps.getMatchmakingConfigurationName()
StandaloneMatchmakingConfigurationProps.Builder.notificationTarget
(ITopic notificationTarget) Sets the value ofMatchmakingConfigurationProps.getNotificationTarget()
StandaloneMatchmakingConfigurationProps.Builder.requestTimeout
(Duration requestTimeout) Sets the value ofMatchmakingConfigurationProps.getRequestTimeout()
StandaloneMatchmakingConfigurationProps.Builder.requireAcceptance
(Boolean requireAcceptance) Sets the value ofMatchmakingConfigurationProps.getRequireAcceptance()
StandaloneMatchmakingConfigurationProps.Builder.ruleSet
(IMatchmakingRuleSet ruleSet) Sets the value ofMatchmakingConfigurationProps.getRuleSet()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theStandaloneMatchmakingConfigurationProps.Builder
.