Interface ClaimGameServerRequest.Builder

    • Method Detail

      • gameServerGroupName

        ClaimGameServerRequest.Builder gameServerGroupName​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • gameServerId

        ClaimGameServerRequest.Builder gameServerId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • gameServerData

        ClaimGameServerRequest.Builder gameServerData​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • filterOption

        ClaimGameServerRequest.Builder filterOption​(ClaimFilterOption filterOption)

        Object that restricts how a claimed game server is chosen.

        Parameters:
        filterOption - Object that restricts how a claimed game server is chosen.
        Returns:
        Returns a reference to this object so that method calls can be chained together.