public static interface ListUserProfilesResponse.Builder extends CodeStarResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theUserProfileSummary.Builder avoiding the need to create
one manually via UserProfileSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userProfiles(List.
userProfiles - a consumer that will call methods on
UserProfileSummary.Builder#userProfiles(java.util.Collection) 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 © 2022. All rights reserved.