public static interface DescribeMyUserProfileResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<DescribeMyUserProfileResponse.Builder,DescribeMyUserProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeMyUserProfileResponse.Builder |
userProfile(Consumer<SelfUserProfile.Builder> userProfile)
A
UserProfile object that describes the user's SSH information. |
DescribeMyUserProfileResponse.Builder |
userProfile(SelfUserProfile userProfile)
A
UserProfile object that describes the user's SSH information. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMyUserProfileResponse.Builder userProfile(SelfUserProfile userProfile)
A UserProfile object that describes the user's SSH information.
userProfile - A UserProfile object that describes the user's SSH information.default DescribeMyUserProfileResponse.Builder userProfile(Consumer<SelfUserProfile.Builder> userProfile)
A UserProfile object that describes the user's SSH information.
SelfUserProfile.Builder avoiding the
need to create one manually via SelfUserProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userProfile(SelfUserProfile).
userProfile - a consumer that will call methods on SelfUserProfile.BuilderuserProfile(SelfUserProfile)Copyright © 2023. All rights reserved.