Interface ListProfilesResponse.Builder

    • Method Detail

      • nextToken

        ListProfilesResponse.Builder nextToken​(String nextToken)

        A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

        Parameters:
        nextToken - A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profiles

        ListProfilesResponse.Builder profiles​(ProfileDetail... profiles)

        A list of profiles.

        Parameters:
        profiles - A list of profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.