CopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
, SdkBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
public static interface ListUserProfilesResponse.Builder extends CopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
Modifier and Type | Method | 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(UserProfileSummary... userProfiles) |
All the user profiles configured in AWS CodeStar for an AWS account.
|
copy
apply, build
ListUserProfilesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setUserProfiles(java.util.Collection)
or #withUserProfiles(java.util.Collection)
if you want
to override the existing values.
userProfiles
- All the user profiles configured in AWS CodeStar for an AWS account.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.