Interface ListServersResponse.Builder

    • Method Detail

      • nextToken

        ListServersResponse.Builder nextToken​(String nextToken)

        When you can get additional results from the ListServers operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing additional servers.

        Parameters:
        nextToken - When you can get additional results from the ListServers operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing additional servers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • servers

        ListServersResponse.Builder servers​(Collection<ListedServer> servers)

        An array of servers that were listed.

        Parameters:
        servers - An array of servers that were listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • servers

        ListServersResponse.Builder servers​(ListedServer... servers)

        An array of servers that were listed.

        Parameters:
        servers - An array of servers that were listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.