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