Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListKnowledgeBaseDocumentsResponse.Builder
Packages that use ListKnowledgeBaseDocumentsResponse.Builder
-
Uses of ListKnowledgeBaseDocumentsResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListKnowledgeBaseDocumentsResponse.BuilderModifier and TypeMethodDescriptionListKnowledgeBaseDocumentsResponse.builder()ListKnowledgeBaseDocumentsResponse.Builder.documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails) A list of objects, each of which contains information about the documents that were retrieved.ListKnowledgeBaseDocumentsResponse.Builder.documentDetails(Consumer<KnowledgeBaseDocumentDetail.Builder>... documentDetails) A list of objects, each of which contains information about the documents that were retrieved.ListKnowledgeBaseDocumentsResponse.Builder.documentDetails(KnowledgeBaseDocumentDetail... documentDetails) A list of objects, each of which contains information about the documents that were retrieved.If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListKnowledgeBaseDocumentsResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListKnowledgeBaseDocumentsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKnowledgeBaseDocumentsResponse.Builder>ListKnowledgeBaseDocumentsResponse.serializableBuilderClass()