public static interface ListUserProfilesResponse.Builder extends CodeStarResponse.Builder, CopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListUserProfilesResponse.Builder |
userProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResponse.Builder |
userProfiles(Consumer<UserProfileSummary.Builder>... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
ListUserProfilesResponse.Builder |
userProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListUserProfilesResponse.Builder userProfiles(Collection<UserProfileSummary> userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
userProfiles - All the user profiles configured in AWS CodeStar for an AWS account.ListUserProfilesResponse.Builder userProfiles(UserProfileSummary... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
userProfiles - All the user profiles configured in AWS CodeStar for an AWS account.ListUserProfilesResponse.Builder userProfiles(Consumer<UserProfileSummary.Builder>... userProfiles)
All the user profiles configured in AWS CodeStar for an AWS account.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #userProfiles(List) .userProfiles - a consumer that will call methods on List.Builder #userProfiles(List) 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.
nextToken - The continuation token to use when requesting the next set of results, if there are more results to be
returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.