Class ClaimGameServerRequest

    • Method Detail

      • gameServerGroupName

        public final String gameServerGroupName()

        A unique identifier for the game server group where the game server is running. If you are not specifying a game server to claim, this value identifies where you want Amazon GameLift FleetIQ to look for an available game server to claim.

        Returns:
        A unique identifier for the game server group where the game server is running. If you are not specifying a game server to claim, this value identifies where you want Amazon GameLift FleetIQ to look for an available game server to claim.
      • gameServerId

        public final String gameServerId()

        A custom string that uniquely identifies the game server to claim. If this parameter is left empty, Amazon GameLift FleetIQ searches for an available game server in the specified game server group.

        Returns:
        A custom string that uniquely identifies the game server to claim. If this parameter is left empty, Amazon GameLift FleetIQ searches for an available game server in the specified game server group.
      • gameServerData

        public final String gameServerData()

        A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on game servers.

        Returns:
        A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on game servers.
      • filterOption

        public final ClaimFilterOption filterOption()

        Object that restricts how a claimed game server is chosen.

        Returns:
        Object that restricts how a claimed game server is chosen.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object