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