Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentSource.Builder
-
Packages that use DocumentSource.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentSource.Builder Modifier and Type Method Description static DocumentSource.BuilderDocumentSource. builder()DocumentSource.BuilderDocumentSource.Builder. bytes(SdkBytes bytes)The raw bytes for the document.DocumentSource.BuilderDocumentSource. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentSource.Builder Modifier and Type Method Description static Class<? extends DocumentSource.Builder>DocumentSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentSource.Builder Modifier and Type Method Description default DocumentBlock.BuilderDocumentBlock.Builder. source(Consumer<DocumentSource.Builder> source)Contains the content of the document.
-