public static interface DescribeUserProfilesResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, 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(Consumer<UserProfile.Builder>... userProfiles)
A
Users object that describes the specified users. |
DescribeUserProfilesResponse.Builder |
userProfiles(UserProfile... userProfiles)
A
Users object that describes the specified users. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.DescribeUserProfilesResponse.Builder userProfiles(Consumer<UserProfile.Builder>... userProfiles)
A Users
object that describes the specified users.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #userProfiles(List)
.userProfiles
- a consumer that will call methods on List.Builder
#userProfiles(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.