Interface ListAnalyzableServersResponse.Builder

    • Method Detail

      • analyzableServers

        ListAnalyzableServersResponse.Builder analyzableServers​(Collection<AnalyzableServerSummary> analyzableServers)

        The list of analyzable servers with summary information about each server.

        Parameters:
        analyzableServers - The list of analyzable servers with summary information about each server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analyzableServers

        ListAnalyzableServersResponse.Builder analyzableServers​(AnalyzableServerSummary... analyzableServers)

        The list of analyzable servers with summary information about each server.

        Parameters:
        analyzableServers - The list of analyzable servers with summary information about each server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnalyzableServersResponse.Builder nextToken​(String nextToken)

        The token you use to retrieve the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token you use to retrieve the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.