Class MatchmakingConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
MatchmakingConfigurationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MatchmakingConfigurationProps
@Stability(Experimental)
@Internal
public static final class MatchmakingConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MatchmakingConfigurationProps
An implementation for
MatchmakingConfigurationProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.MatchmakingConfigurationProps
MatchmakingConfigurationProps.Builder, MatchmakingConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theMatchmakingConfigurationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Duration
(experimental) The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.final String
(experimental) Information to add to all events related to the matchmaking configuration.final String
(experimental) A human-readable description of the matchmaking configuration.final String
(experimental) A unique identifier for the matchmaking configuration.final ITopic
(experimental) An SNS topic ARN that is set up to receive matchmaking notifications.final Duration
(experimental) The maximum duration, that a matchmaking ticket can remain in process before timing out.final Boolean
(experimental) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.final IMatchmakingRuleSet
(experimental) A matchmaking rule set to use with this configuration.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMatchmakingConfigurationProps.Builder
.
-
-
Method Details
-
getMatchmakingConfigurationName
Description copied from interface:MatchmakingConfigurationProps
(experimental) A unique identifier for the matchmaking configuration.This name is used to identify the configuration associated with a matchmaking request or ticket.
- Specified by:
getMatchmakingConfigurationName
in interfaceMatchmakingConfigurationProps
-
getRuleSet
Description copied from interface:MatchmakingConfigurationProps
(experimental) A matchmaking rule set to use with this configuration.A matchmaking configuration can only use rule sets that are defined in the same Region.
- Specified by:
getRuleSet
in interfaceMatchmakingConfigurationProps
-
getAcceptanceTimeout
Description copied from interface:MatchmakingConfigurationProps
(experimental) The length of time (in seconds) to wait for players to accept a proposed match, if acceptance is required.Default: 300 seconds
- Specified by:
getAcceptanceTimeout
in interfaceMatchmakingConfigurationProps
-
getCustomEventData
Description copied from interface:MatchmakingConfigurationProps
(experimental) Information to add to all events related to the matchmaking configuration.Default: no custom data added to events
- Specified by:
getCustomEventData
in interfaceMatchmakingConfigurationProps
-
getDescription
Description copied from interface:MatchmakingConfigurationProps
(experimental) A human-readable description of the matchmaking configuration.Default: no description is provided
- Specified by:
getDescription
in interfaceMatchmakingConfigurationProps
-
getNotificationTarget
Description copied from interface:MatchmakingConfigurationProps
(experimental) An SNS topic ARN that is set up to receive matchmaking notifications.Default: no notification target
- Specified by:
getNotificationTarget
in interfaceMatchmakingConfigurationProps
- See Also:
-
getRequestTimeout
Description copied from interface:MatchmakingConfigurationProps
(experimental) The maximum duration, that a matchmaking ticket can remain in process before timing out.Requests that fail due to timing out can be resubmitted as needed.
Default: 300 seconds
- Specified by:
getRequestTimeout
in interfaceMatchmakingConfigurationProps
-
getRequireAcceptance
Description copied from interface:MatchmakingConfigurationProps
(experimental) A flag that determines whether a match that was created with this configuration must be accepted by the matched players.With this option enabled, matchmaking tickets use the status
REQUIRES_ACCEPTANCE
to indicate when a completed potential match is waiting for player acceptance.Default: Acceptance is not required
- Specified by:
getRequireAcceptance
in interfaceMatchmakingConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-