Interface UpdateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>,SdkBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- UpdateProfileResponse
public static interface UpdateProfileResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateProfileResponse.Builderprofile(Consumer<Profile.Builder> profile)The profile.UpdateProfileResponse.Builderprofile(Profile profile)The profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
profile
UpdateProfileResponse.Builder profile(Profile profile)
The profile.
- Parameters:
profile- The profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profile
default UpdateProfileResponse.Builder profile(Consumer<Profile.Builder> profile)
The profile.
This is a convenience method that creates an instance of theProfile.Builderavoiding the need to create one manually viaProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofile(Profile).- Parameters:
profile- a consumer that will call methods onProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
profile(Profile)
-
-