Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ImageStandardOutputConfiguration.Builder
-
Packages that use ImageStandardOutputConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ImageStandardOutputConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ImageStandardOutputConfiguration.Builder Modifier and Type Method Description static ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration. builder()default ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. extraction(Consumer<ImageStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. extraction(ImageStandardExtraction extraction)Sets the value of the Extraction property for this object.default ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. generativeField(Consumer<ImageStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. generativeField(ImageStandardGenerativeField generativeField)Sets the value of the GenerativeField property for this object.ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type ImageStandardOutputConfiguration.Builder Modifier and Type Method Description static Class<? extends ImageStandardOutputConfiguration.Builder>ImageStandardOutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type ImageStandardOutputConfiguration.Builder Modifier and Type Method Description default StandardOutputConfiguration.BuilderStandardOutputConfiguration.Builder. image(Consumer<ImageStandardOutputConfiguration.Builder> image)Sets the value of the Image property for this object.
-