Package com.pulumi.aws.gamelift.inputs
Class MatchmakingConfigurationGamePropertyArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.gamelift.inputs.MatchmakingConfigurationGamePropertyArgs.Builder
-
- Enclosing class:
- MatchmakingConfigurationGamePropertyArgs
public static final class MatchmakingConfigurationGamePropertyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(MatchmakingConfigurationGamePropertyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchmakingConfigurationGamePropertyArgs
build()
MatchmakingConfigurationGamePropertyArgs.Builder
key(com.pulumi.core.Output<java.lang.String> key)
MatchmakingConfigurationGamePropertyArgs.Builder
key(java.lang.String key)
MatchmakingConfigurationGamePropertyArgs.Builder
value(com.pulumi.core.Output<java.lang.String> value)
MatchmakingConfigurationGamePropertyArgs.Builder
value(java.lang.String value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(MatchmakingConfigurationGamePropertyArgs defaults)
-
-
Method Detail
-
key
public MatchmakingConfigurationGamePropertyArgs.Builder key(com.pulumi.core.Output<java.lang.String> key)
- Parameters:
key
- A game property key- Returns:
- builder
-
key
public MatchmakingConfigurationGamePropertyArgs.Builder key(java.lang.String key)
- Parameters:
key
- A game property key- Returns:
- builder
-
value
public MatchmakingConfigurationGamePropertyArgs.Builder value(com.pulumi.core.Output<java.lang.String> value)
- Parameters:
value
- A game property value.- Returns:
- builder
-
value
public MatchmakingConfigurationGamePropertyArgs.Builder value(java.lang.String value)
- Parameters:
value
- A game property value.- Returns:
- builder
-
build
public MatchmakingConfigurationGamePropertyArgs build()
-
-