Interface GameProperty.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GameProperty.Builder,,GameProperty> SdkBuilder<GameProperty.Builder,,GameProperty> SdkPojo
- Enclosing class:
GameProperty
@Mutable
@NotThreadSafe
public static interface GameProperty.Builder
extends SdkPojo, CopyableBuilder<GameProperty.Builder,GameProperty>
-
Method Summary
Modifier and TypeMethodDescriptionThe game property identifier.The game property value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The game property identifier.
Avoid using periods (".") in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
- Parameters:
key- The game property identifier.Avoid using periods (".") in property keys if you plan to search for game sessions by properties. Property keys containing periods cannot be searched and will be filtered out from search results due to search index limitations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The game property value.
- Parameters:
value- The game property value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-