Interface ListProfilesResponse.Builder

    • Method Detail

      • profiles

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

        Returns an array of ProfileSummary objects.

        Parameters:
        profiles - Returns an array of ProfileSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profiles

        ListProfilesResponse.Builder profiles​(ProfileSummary... profiles)

        Returns an array of ProfileSummary objects.

        Parameters:
        profiles - Returns an array of ProfileSummary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProfilesResponse.Builder nextToken​(String nextToken)

        When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

        Parameters:
        nextToken - When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.