Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.ImageStandardGenerativeField.Builder
-
Packages that use ImageStandardGenerativeField.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of ImageStandardGenerativeField.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return ImageStandardGenerativeField.Builder Modifier and Type Method Description static ImageStandardGenerativeField.BuilderImageStandardGenerativeField. builder()ImageStandardGenerativeField.BuilderImageStandardGenerativeField.Builder. state(String state)Sets the value of the State property for this object.ImageStandardGenerativeField.BuilderImageStandardGenerativeField.Builder. state(State state)Sets the value of the State property for this object.ImageStandardGenerativeField.BuilderImageStandardGenerativeField. toBuilder()ImageStandardGenerativeField.BuilderImageStandardGenerativeField.Builder. types(Collection<ImageStandardGenerativeFieldType> types)Sets the value of the Types property for this object.ImageStandardGenerativeField.BuilderImageStandardGenerativeField.Builder. types(ImageStandardGenerativeFieldType... types)Sets the value of the Types property for this object.ImageStandardGenerativeField.BuilderImageStandardGenerativeField.Builder. typesWithStrings(String... types)Sets the value of the Types property for this object.ImageStandardGenerativeField.BuilderImageStandardGenerativeField.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 ImageStandardGenerativeField.Builder Modifier and Type Method Description static Class<? extends ImageStandardGenerativeField.Builder>ImageStandardGenerativeField. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type ImageStandardGenerativeField.Builder Modifier and Type Method Description default ImageStandardOutputConfiguration.BuilderImageStandardOutputConfiguration.Builder. generativeField(Consumer<ImageStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.
-