Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AudioSource.Builder
Packages that use AudioSource.Builder
-
Uses of AudioSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AudioSource.BuilderModifier and TypeMethodDescriptionstatic AudioSource.BuilderAudioSource.builder()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.Builder.s3Location(S3Location s3Location) A reference to audio data stored in an Amazon S3 bucket.AudioSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AudioSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AudioSource.Builder>AudioSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AudioSource.BuilderModifier and TypeMethodDescriptiondefault 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.