Interface GameProperty.Builder

  • 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.

      • If you use SearchGameSessions API, there is a limit of 500 game property keys across all game sessions and all fleets per region. If the limit is exceeded, there will potentially be game session entries missing from SearchGameSessions API results.

      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.

      • If you use SearchGameSessions API, there is a limit of 500 game property keys across all game sessions and all fleets per region. If the limit is exceeded, there will potentially be game session entries missing from SearchGameSessions API results.

      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.