Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.VideoExtractionCategory.Builder
-
Packages that use VideoExtractionCategory.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of VideoExtractionCategory.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return VideoExtractionCategory.Builder Modifier and Type Method Description static VideoExtractionCategory.BuilderVideoExtractionCategory. builder()VideoExtractionCategory.BuilderVideoExtractionCategory.Builder. state(String state)Sets the value of the State property for this object.VideoExtractionCategory.BuilderVideoExtractionCategory.Builder. state(State state)Sets the value of the State property for this object.VideoExtractionCategory.BuilderVideoExtractionCategory. toBuilder()VideoExtractionCategory.BuilderVideoExtractionCategory.Builder. types(Collection<VideoExtractionCategoryType> types)Sets the value of the Types property for this object.VideoExtractionCategory.BuilderVideoExtractionCategory.Builder. types(VideoExtractionCategoryType... types)Sets the value of the Types property for this object.VideoExtractionCategory.BuilderVideoExtractionCategory.Builder. typesWithStrings(String... types)Sets the value of the Types property for this object.VideoExtractionCategory.BuilderVideoExtractionCategory.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 VideoExtractionCategory.Builder Modifier and Type Method Description static Class<? extends VideoExtractionCategory.Builder>VideoExtractionCategory. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type VideoExtractionCategory.Builder Modifier and Type Method Description default VideoStandardExtraction.BuilderVideoStandardExtraction.Builder. category(Consumer<VideoExtractionCategory.Builder> category)Sets the value of the Category property for this object.
-