Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentBlock.Builder
-
Packages that use DocumentBlock.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of DocumentBlock.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentBlock.Builder Modifier and Type Method Description static DocumentBlock.BuilderDocumentBlock. builder()DocumentBlock.BuilderDocumentBlock.Builder. format(String format)The format of a document, or its extension.DocumentBlock.BuilderDocumentBlock.Builder. format(DocumentFormat format)The format of a document, or its extension.DocumentBlock.BuilderDocumentBlock.Builder. name(String name)A name for the document.default DocumentBlock.BuilderDocumentBlock.Builder. source(Consumer<DocumentSource.Builder> source)Contains the content of the document.DocumentBlock.BuilderDocumentBlock.Builder. source(DocumentSource source)Contains the content of the document.DocumentBlock.BuilderDocumentBlock. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentBlock.Builder Modifier and Type Method Description static Class<? extends DocumentBlock.Builder>DocumentBlock. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentBlock.Builder Modifier and Type Method Description default 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.
-