Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AudioSource.Builder
-
Packages that use AudioSource.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AudioSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioSource.Builder Modifier and Type Method Description static AudioSource.BuilderAudioSource. builder()AudioSource.BuilderAudioSource.Builder. bytes(SdkBytes bytes)Audio data encoded in base64.default AudioSource.BuilderAudioSource.Builder. s3Location(Consumer<S3Location.Builder> s3Location)A reference to audio data stored in an Amazon S3 bucket.AudioSource.BuilderAudioSource.Builder. s3Location(S3Location s3Location)A reference to audio data stored in an Amazon S3 bucket.AudioSource.BuilderAudioSource. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AudioSource.Builder Modifier and Type Method Description static Class<? extends AudioSource.Builder>AudioSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AudioSource.Builder Modifier and Type Method Description default AudioBlock.BuilderAudioBlock.Builder. source(Consumer<AudioSource.Builder> source)The source of the audio data, which can be provided as raw bytes or an S3 location.
-