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