public static interface UpdateVoiceProfileResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<UpdateVoiceProfileResponse.Builder,UpdateVoiceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateVoiceProfileResponse.Builder |
voiceProfile(Consumer<VoiceProfile.Builder> voiceProfile)
The updated voice profile settings.
|
UpdateVoiceProfileResponse.Builder |
voiceProfile(VoiceProfile voiceProfile)
The updated voice profile settings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVoiceProfileResponse.Builder voiceProfile(VoiceProfile voiceProfile)
The updated voice profile settings.
voiceProfile - The updated voice profile settings.default UpdateVoiceProfileResponse.Builder voiceProfile(Consumer<VoiceProfile.Builder> voiceProfile)
The updated voice profile settings.
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.