public static interface GetProfileResponse.Builder extends AlexaForBusinessResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetProfileResponse.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 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.Builder
profile(Profile)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.