public static interface GetProfileResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetProfileResponse.Builder,GetProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetProfileResponse.Builder |
profile(Consumer<Profile.Builder> profile)
The details of the room profile requested.
|
GetProfileResponse.Builder |
profile(Profile profile)
The details of the room profile requested.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProfileResponse.Builder profile(Profile profile)
The details of the room profile requested. Required.
profile - The details of the room profile requested. Required.default GetProfileResponse.Builder profile(Consumer<Profile.Builder> profile)
The details of the room profile requested. Required.
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.