Uses of Interface
software.amazon.awssdk.services.kendra.model.DocumentInfo.Builder
-
Packages that use DocumentInfo.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentInfo.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DocumentInfo.Builder Modifier and Type Method Description DocumentInfo.BuilderDocumentInfo.Builder. attributes(Collection<DocumentAttribute> attributes)Attributes that identify a specific version of a document to check.DocumentInfo.BuilderDocumentInfo.Builder. attributes(Consumer<DocumentAttribute.Builder>... attributes)Attributes that identify a specific version of a document to check.DocumentInfo.BuilderDocumentInfo.Builder. attributes(DocumentAttribute... attributes)Attributes that identify a specific version of a document to check.static DocumentInfo.BuilderDocumentInfo. builder()DocumentInfo.BuilderDocumentInfo.Builder. documentId(String documentId)The identifier of the document.DocumentInfo.BuilderDocumentInfo. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentInfo.Builder Modifier and Type Method Description static Class<? extends DocumentInfo.Builder>DocumentInfo. serializableBuilderClass()
-