Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.Audio.Builder
-
Packages that use Audio.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Audio.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return Audio.Builder Modifier and Type Method Description static Audio.BuilderAudio. builder()Audio.BuilderAudio.Builder. locale(String locale)The locale of the audio message.Audio.BuilderAudio.Builder. locale(Locale locale)The locale of the audio message.Audio.BuilderAudio.Builder. location(String location)The location of the audio file.Audio.BuilderAudio. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Audio.Builder Modifier and Type Method Description static Class<? extends Audio.Builder>Audio. serializableBuilderClass()
-