Interface ListProfilesResponse.Builder

    • Method Detail

      • nextToken

        ListProfilesResponse.Builder nextToken​(String nextToken)

        Returns a token that you can use to call ListProfiles again and receive additional results, if there are any.

        Parameters:
        nextToken - Returns a token that you can use to call ListProfiles again and receive additional results, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profiles

        ListProfilesResponse.Builder profiles​(Collection<ListedProfile> profiles)

        Returns an array, where each item contains the details of a profile.

        Parameters:
        profiles - Returns an array, where each item contains the details of a profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profiles

        ListProfilesResponse.Builder profiles​(ListedProfile... profiles)

        Returns an array, where each item contains the details of a profile.

        Parameters:
        profiles - Returns an array, where each item contains the details of a profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.