public static final class CfnMatchmakingConfiguration.GamePropertyProperty.Builder
extends java.lang.Object
CfnMatchmakingConfiguration.GamePropertyProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnMatchmakingConfiguration.GamePropertyProperty |
build()
Builds the configured instance.
|
CfnMatchmakingConfiguration.GamePropertyProperty.Builder |
key(java.lang.String key)
Sets the value of
CfnMatchmakingConfiguration.GamePropertyProperty.getKey() |
CfnMatchmakingConfiguration.GamePropertyProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnMatchmakingConfiguration.GamePropertyProperty.getValue() |
public CfnMatchmakingConfiguration.GamePropertyProperty.Builder key(java.lang.String key)
CfnMatchmakingConfiguration.GamePropertyProperty.getKey()
key
- The game property identifier. This parameter is required.this
public CfnMatchmakingConfiguration.GamePropertyProperty.Builder value(java.lang.String value)
CfnMatchmakingConfiguration.GamePropertyProperty.getValue()
value
- The game property value. This parameter is required.this
public CfnMatchmakingConfiguration.GamePropertyProperty build()
CfnMatchmakingConfiguration.GamePropertyProperty
java.lang.NullPointerException
- if any required attribute was not provided