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.default DocumentSource.BuilderDocumentSource.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of a document object in an Amazon S3 bucket.DocumentSource.BuilderDocumentSource.Builder. s3Location(S3Location s3Location)The location of a document object in an Amazon S3 bucket.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.
-