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