Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.AudioStandardExtraction.Builder
-
Packages that use AudioStandardExtraction.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of AudioStandardExtraction.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return AudioStandardExtraction.Builder Modifier and Type Method Description static AudioStandardExtraction.BuilderAudioStandardExtraction. builder()default AudioStandardExtraction.BuilderAudioStandardExtraction.Builder. category(Consumer<AudioExtractionCategory.Builder> category)Sets the value of the Category property for this object.AudioStandardExtraction.BuilderAudioStandardExtraction.Builder. category(AudioExtractionCategory category)Sets the value of the Category property for this object.AudioStandardExtraction.BuilderAudioStandardExtraction. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type AudioStandardExtraction.Builder Modifier and Type Method Description static Class<? extends AudioStandardExtraction.Builder>AudioStandardExtraction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type AudioStandardExtraction.Builder Modifier and Type Method Description default AudioStandardOutputConfiguration.BuilderAudioStandardOutputConfiguration.Builder. extraction(Consumer<AudioStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.
-