Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.VideoBoundingBox.Builder
-
Packages that use VideoBoundingBox.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of VideoBoundingBox.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return VideoBoundingBox.Builder Modifier and Type Method Description static VideoBoundingBox.BuilderVideoBoundingBox. builder()VideoBoundingBox.BuilderVideoBoundingBox.Builder. state(String state)Sets the value of the State property for this object.VideoBoundingBox.BuilderVideoBoundingBox.Builder. state(State state)Sets the value of the State property for this object.VideoBoundingBox.BuilderVideoBoundingBox. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type VideoBoundingBox.Builder Modifier and Type Method Description static Class<? extends VideoBoundingBox.Builder>VideoBoundingBox. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type VideoBoundingBox.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.
-