Interface GameServerInstance.Builder

    • Method Detail

      • gameServerGroupName

        GameServerInstance.Builder gameServerGroupName​(String gameServerGroupName)

        A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.

        Parameters:
        gameServerGroupName - A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gameServerGroupArn

        GameServerInstance.Builder gameServerGroupArn​(String gameServerGroupArn)

        A generated unique identifier for the game server group that includes the game server instance.

        Parameters:
        gameServerGroupArn - A generated unique identifier for the game server group that includes the game server instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        GameServerInstance.Builder instanceId​(String instanceId)

        The unique identifier for the instance where the game server is running. This ID is available in the instance metadata. EC2 instance IDs use a 17-character format, for example: i-1234567890abcdef0.

        Parameters:
        instanceId - The unique identifier for the instance where the game server is running. This ID is available in the instance metadata. EC2 instance IDs use a 17-character format, for example: i-1234567890abcdef0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.