Class CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty>
- Enclosing interface:
CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty
@Stability(Stable)
public static final class CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.getKey()Sets the value ofCfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
@Stability(Stable) public CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.Builder key(String key) Sets the value ofCfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.getKey()- Parameters:
key- The game property identifier.- Returns:
this
-
value
@Stability(Stable) public CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.Builder value(String value) Sets the value ofCfnMatchmakingConfigurationPropsMixin.GamePropertyProperty.getValue()- Parameters:
value- The game property value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty>- Returns:
- a new instance of
CfnMatchmakingConfigurationPropsMixin.GamePropertyProperty - Throws:
NullPointerException- if any required attribute was not provided
-