Interface DescribeUserProfilesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>,OpsWorksResponse.Builder,SdkBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeUserProfilesResponse
public static interface DescribeUserProfilesResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserProfilesResponse.Builder,DescribeUserProfilesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUserProfilesResponse.BuilderuserProfiles(Collection<UserProfile> userProfiles)AUsersobject that describes the specified users.DescribeUserProfilesResponse.BuilderuserProfiles(Consumer<UserProfile.Builder>... userProfiles)AUsersobject that describes the specified users.DescribeUserProfilesResponse.BuilderuserProfiles(UserProfile... userProfiles)AUsersobject that describes the specified users.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
userProfiles
DescribeUserProfilesResponse.Builder userProfiles(Collection<UserProfile> userProfiles)
A
Usersobject that describes the specified users.- Parameters:
userProfiles- AUsersobject that describes the specified users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfiles
DescribeUserProfilesResponse.Builder userProfiles(UserProfile... userProfiles)
A
Usersobject that describes the specified users.- Parameters:
userProfiles- AUsersobject that describes the specified users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfiles
DescribeUserProfilesResponse.Builder userProfiles(Consumer<UserProfile.Builder>... userProfiles)
A
This is a convenience method that creates an instance of theUsersobject that describes the specified users.UserProfile.Builderavoiding the need to create one manually viaUserProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userProfiles(List.) - Parameters:
userProfiles- a consumer that will call methods onUserProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userProfiles(java.util.Collection)
-
-