Interface ListUserProfilesResponse.Builder

    • Method Detail

      • userProfiles

        ListUserProfilesResponse.Builder userProfiles​(Collection<UserProfileSummary> userProfiles)

        All the user profiles configured in AWS CodeStar for an AWS account.

        Parameters:
        userProfiles - All the user profiles configured in AWS CodeStar for an AWS account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProfiles

        ListUserProfilesResponse.Builder userProfiles​(UserProfileSummary... userProfiles)

        All the user profiles configured in AWS CodeStar for an AWS account.

        Parameters:
        userProfiles - All the user profiles configured in AWS CodeStar for an AWS account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUserProfilesResponse.Builder nextToken​(String nextToken)

        The continuation token to use when requesting the next set of results, if there are more results to be returned.

        Parameters:
        nextToken - The continuation token to use when requesting the next set of results, if there are more results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.