Interface ListResourcesResponse.Builder

    • Method Detail

      • resources

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

        One page of the organization's resource representation.

        Parameters:
        resources - One page of the organization's resource representation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

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

        One page of the organization's resource representation.

        Parameters:
        resources - One page of the organization's resource representation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourcesResponse.Builder nextToken​(String nextToken)

        The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.

        Parameters:
        nextToken - The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.