Interface DescribeGameServerInstancesResponse.Builder

    • Method Detail

      • gameServerInstances

        DescribeGameServerInstancesResponse.Builder gameServerInstances​(Collection<GameServerInstance> gameServerInstances)

        The collection of requested game server instances.

        Parameters:
        gameServerInstances - The collection of requested game server instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gameServerInstances

        DescribeGameServerInstancesResponse.Builder gameServerInstances​(GameServerInstance... gameServerInstances)

        The collection of requested game server instances.

        Parameters:
        gameServerInstances - The collection of requested game server instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeGameServerInstancesResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.