CopyableBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>
, SdkBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>
public static interface DescribeUserProfilesResponse.Builder extends CopyableBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeUserProfilesResponse.Builder |
userProfiles(Collection<UserProfile> userProfiles) |
A
Users object that describes the specified users. |
DescribeUserProfilesResponse.Builder |
userProfiles(UserProfile... userProfiles) |
A
Users object that describes the specified users. |
copy
apply, build
DescribeUserProfilesResponse.Builder userProfiles(Collection<UserProfile> userProfiles)
A Users
object that describes the specified users.
userProfiles
- A Users
object that describes the specified users.DescribeUserProfilesResponse.Builder userProfiles(UserProfile... userProfiles)
A Users
object that describes the specified users.
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
- A Users
object that describes the specified users.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.