Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ImageStandardExtraction.Builder
-
Packages that use ImageStandardExtraction.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ImageStandardExtraction.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ImageStandardExtraction.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.ImageStandardExtraction.BuilderImageStandardExtraction.Builder. boundingBox(ImageBoundingBox boundingBox)Sets the value of the BoundingBox property for this object.static ImageStandardExtraction.BuilderImageStandardExtraction. builder()default ImageStandardExtraction.BuilderImageStandardExtraction.Builder. category(Consumer<ImageExtractionCategory.Builder> category)Sets the value of the Category property for this object.ImageStandardExtraction.BuilderImageStandardExtraction.Builder. category(ImageExtractionCategory category)Sets the value of the Category property for this object.ImageStandardExtraction.BuilderImageStandardExtraction. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ImageStandardExtraction.Builder Modifier and Type Method Description static Class<? extends ImageStandardExtraction.Builder>ImageStandardExtraction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type ImageStandardExtraction.Builder Modifier and Type Method Description default ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. extraction(Consumer<ImageStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.
-