Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentBlock.Builder
Packages that use DocumentBlock.Builder
-
Uses of DocumentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentBlock.BuilderModifier and TypeMethodDescriptionstatic DocumentBlock.BuilderDocumentBlock.builder()default DocumentBlock.BuilderDocumentBlock.Builder.citations(Consumer<CitationsConfig.Builder> citations) Configuration settings that control how citations should be generated for this specific document.DocumentBlock.Builder.citations(CitationsConfig citations) Configuration settings that control how citations should be generated for this specific document.Contextual information about how the document should be processed or interpreted by the model when generating citations.The format of a document, or its extension.DocumentBlock.Builder.format(DocumentFormat format) The format of a document, or its extension.A name for the document.default DocumentBlock.BuilderDocumentBlock.Builder.source(Consumer<DocumentSource.Builder> source) Contains the content of the document.DocumentBlock.Builder.source(DocumentSource source) Contains the content of the document.DocumentBlock.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentBlock.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentBlock.Builder>DocumentBlock.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentBlock.BuilderModifier and TypeMethodDescriptiondefault ContentBlock.BuilderContentBlock.Builder.document(Consumer<DocumentBlock.Builder> document) A document to include in the message.default ToolResultContentBlock.BuilderToolResultContentBlock.Builder.document(Consumer<DocumentBlock.Builder> document) A tool result that is a document.static ContentBlockContentBlock.fromDocument(Consumer<DocumentBlock.Builder> document) Create an instance of this class withContentBlock.document()initialized to the given value.static ToolResultContentBlockToolResultContentBlock.fromDocument(Consumer<DocumentBlock.Builder> document) Create an instance of this class withToolResultContentBlock.document()initialized to the given value.