Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.DocumentOverrideConfiguration.Builder
-
Packages that use DocumentOverrideConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of DocumentOverrideConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return DocumentOverrideConfiguration.Builder Modifier and Type Method Description static DocumentOverrideConfiguration.BuilderDocumentOverrideConfiguration. builder()default DocumentOverrideConfiguration.BuilderDocumentOverrideConfiguration.Builder. splitter(Consumer<SplitterConfiguration.Builder> splitter)Sets the value of the Splitter property for this object.DocumentOverrideConfiguration.BuilderDocumentOverrideConfiguration.Builder. splitter(SplitterConfiguration splitter)Sets the value of the Splitter property for this object.DocumentOverrideConfiguration.BuilderDocumentOverrideConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type DocumentOverrideConfiguration.Builder Modifier and Type Method Description static Class<? extends DocumentOverrideConfiguration.Builder>DocumentOverrideConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type DocumentOverrideConfiguration.Builder Modifier and Type Method Description default OverrideConfiguration.BuilderOverrideConfiguration.Builder. document(Consumer<DocumentOverrideConfiguration.Builder> document)Sets the value of the Document property for this object.
-