Interface ListResourcesResponse.Builder

    • Method Detail

      • resources

        ListResourcesResponse.Builder resources​(Collection<Resource> resources)

        An array of resources associated with the project.

        Parameters:
        resources - An array of resources associated with the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ListResourcesResponse.Builder resources​(Resource... resources)

        An array of resources associated with the project.

        Parameters:
        resources - An array of resources associated with the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourcesResponse.Builder nextToken​(String nextToken)

        The continuation token to use when requesting the next set of results, if there are more results to be returned.

        Parameters:
        nextToken - The continuation token to use when requesting the next set of results, if there are more results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.