Interface SearchProfilesResponse.Builder

    • Method Detail

      • items

        SearchProfilesResponse.Builder items​(Collection<Profile> items)

        The list of Profiles matching the search criteria.

        Parameters:
        items - The list of Profiles matching the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        SearchProfilesResponse.Builder items​(Profile... items)

        The list of Profiles matching the search criteria.

        Parameters:
        items - The list of Profiles matching the search criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchProfilesResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous SearchProfiles API call.

        Parameters:
        nextToken - The pagination token from the previous SearchProfiles API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.