Interface ListUserProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeStarResponse.Builder,CopyableBuilder<ListUserProfilesResponse.Builder,,ListUserProfilesResponse> SdkBuilder<ListUserProfilesResponse.Builder,,ListUserProfilesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListUserProfilesResponse
public static interface ListUserProfilesResponse.Builder
extends CodeStarResponse.Builder, SdkPojo, CopyableBuilder<ListUserProfilesResponse.Builder,ListUserProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe continuation token to use when requesting the next set of results, if there are more results to be returned.userProfiles(Collection<UserProfileSummary> userProfiles) All the user profiles configured in AWS CodeStar for an AWS account.userProfiles(Consumer<UserProfileSummary.Builder>... userProfiles) All the user profiles configured in AWS CodeStar for an AWS account.userProfiles(UserProfileSummary... userProfiles) All the user profiles configured in AWS CodeStar for an AWS account.Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
All the user profiles configured in AWS CodeStar for an AWS account.
This is a convenience method that creates an instance of theUserProfileSummary.Builderavoiding the need to create one manually viaUserProfileSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserProfiles(List<UserProfileSummary>).- Parameters:
userProfiles- a consumer that will call methods onUserProfileSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-