Uses of Class
software.amazon.awscdk.services.gamelift.CfnMatchmakingConfiguration.Builder
Packages that use CfnMatchmakingConfiguration.Builder
-
Uses of CfnMatchmakingConfiguration.Builder in software.amazon.awscdk.services.gamelift
Methods in software.amazon.awscdk.services.gamelift that return CfnMatchmakingConfiguration.BuilderModifier and TypeMethodDescriptionCfnMatchmakingConfiguration.Builder.acceptanceRequired(Boolean acceptanceRequired) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.CfnMatchmakingConfiguration.Builder.acceptanceRequired(IResolvable acceptanceRequired) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.CfnMatchmakingConfiguration.Builder.acceptanceTimeoutSeconds(Number acceptanceTimeoutSeconds) The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.CfnMatchmakingConfiguration.Builder.additionalPlayerCount(Number additionalPlayerCount) The number of player slots in a match to keep open for future players.CfnMatchmakingConfiguration.Builder.backfillMode(String backfillMode) The method used to backfill game sessions that are created with this matchmaking configuration.CfnMatchmakingConfiguration.Builder.creationTime(String creationTime) A time stamp indicating when this data object was created.CfnMatchmakingConfiguration.Builder.customEventData(String customEventData) Information to add to all events related to the matchmaking configuration.CfnMatchmakingConfiguration.Builder.description(String description) A description for the matchmaking configuration.CfnMatchmakingConfiguration.Builder.flexMatchMode(String flexMatchMode) Indicates whether this matchmaking configuration is being used with Amazon GameLift Servers hosting or as a standalone matchmaking solution.CfnMatchmakingConfiguration.Builder.gameProperties(List<? extends Object> gameProperties) A set of custom properties for a game session, formatted as key-value pairs.CfnMatchmakingConfiguration.Builder.gameProperties(IResolvable gameProperties) A set of custom properties for a game session, formatted as key-value pairs.CfnMatchmakingConfiguration.Builder.gameSessionData(String gameSessionData) A set of custom game session properties, formatted as a single string value.CfnMatchmakingConfiguration.Builder.gameSessionQueueArns(List<String> gameSessionQueueArns) The Amazon Resource Name ( ARN ) that is assigned to a Amazon GameLift Servers game session queue resource and uniquely identifies it.A unique identifier for the matchmaking configuration.CfnMatchmakingConfiguration.Builder.notificationTarget(String notificationTarget) An SNS topic ARN that is set up to receive matchmaking notifications.CfnMatchmakingConfiguration.Builder.requestTimeoutSeconds(Number requestTimeoutSeconds) The maximum duration, in seconds, that a matchmaking ticket can remain in process before timing out.CfnMatchmakingConfiguration.Builder.ruleSetArn(String ruleSetArn) The Amazon Resource Name ( ARN ) associated with the GameLift matchmaking rule set resource that this configuration uses.CfnMatchmakingConfiguration.Builder.ruleSetName(String ruleSetName) A unique identifier for the matchmaking rule set to use with this configuration.A list of labels to assign to the new matchmaking configuration resource.