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