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