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