Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ImageBoundingBox.Builder
-
Packages that use ImageBoundingBox.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ImageBoundingBox.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ImageBoundingBox.Builder Modifier and Type Method Description static ImageBoundingBox.BuilderImageBoundingBox. builder()ImageBoundingBox.BuilderImageBoundingBox.Builder. state(String state)Sets the value of the State property for this object.ImageBoundingBox.BuilderImageBoundingBox.Builder. state(State state)Sets the value of the State property for this object.ImageBoundingBox.BuilderImageBoundingBox. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ImageBoundingBox.Builder Modifier and Type Method Description static Class<? extends ImageBoundingBox.Builder>ImageBoundingBox. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type ImageBoundingBox.Builder Modifier and Type Method Description default ImageStandardExtraction.BuilderImageStandardExtraction.Builder. boundingBox(Consumer<ImageBoundingBox.Builder> boundingBox)Sets the value of the BoundingBox property for this object.
-