Interface ListCollectorsResponse.Builder

    • Method Detail

      • collectors

        ListCollectorsResponse.Builder collectors​(Collection<Collector> collectors)

        The list of all the installed collectors.

        Parameters:
        collectors - The list of all the installed collectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectors

        ListCollectorsResponse.Builder collectors​(Collector... collectors)

        The list of all the installed collectors.

        Parameters:
        collectors - The list of all the installed collectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCollectorsResponse.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.