public static interface UpdateProfileResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateProfileResponse.Builder |
profile(Consumer<Profile.Builder> profile)
The profile.
|
UpdateProfileResponse.Builder |
profile(Profile profile)
The profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProfileResponse.Builder profile(Profile profile)
The profile.
profile - The profile.default UpdateProfileResponse.Builder profile(Consumer<Profile.Builder> profile)
The profile.
This is a convenience method that creates an instance of theProfile.Builder avoiding the need to
create one manually via Profile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to profile(Profile).
profile - a consumer that will call methods on Profile.Builderprofile(Profile)Copyright © 2023. All rights reserved.