Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.DocumentSource.Builder
Packages that use DocumentSource.Builder
-
Uses of DocumentSource.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return DocumentSource.BuilderModifier and TypeMethodDescriptionstatic DocumentSource.BuilderDocumentSource.builder()The raw bytes for the document.DocumentSource.Builder.content(Collection<DocumentContentBlock> content) The structured content of the document source, which may include various content blocks such as text, images, or other document elements.DocumentSource.Builder.content(Consumer<DocumentContentBlock.Builder>... content) The structured content of the document source, which may include various content blocks such as text, images, or other document elements.DocumentSource.Builder.content(DocumentContentBlock... content) The structured content of the document source, which may include various content blocks such as text, images, or other document elements.default DocumentSource.BuilderDocumentSource.Builder.s3Location(Consumer<S3Location.Builder> s3Location) The location of a document object in an Amazon S3 bucket.DocumentSource.Builder.s3Location(S3Location s3Location) The location of a document object in an Amazon S3 bucket.The text content of the document source.DocumentSource.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type DocumentSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentSource.Builder>DocumentSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type DocumentSource.BuilderModifier and TypeMethodDescriptiondefault DocumentBlock.BuilderDocumentBlock.Builder.source(Consumer<DocumentSource.Builder> source) Contains the content of the document.