Uses of Interface
software.amazon.awssdk.services.kendra.model.DocumentAttributeTarget.Builder
-
Packages that use DocumentAttributeTarget.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentAttributeTarget.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DocumentAttributeTarget.Builder Modifier and Type Method Description static DocumentAttributeTarget.BuilderDocumentAttributeTarget. builder()DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. targetDocumentAttributeKey(String targetDocumentAttributeKey)The identifier of the target document attribute or metadata field.default DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. targetDocumentAttributeValue(Consumer<DocumentAttributeValue.Builder> targetDocumentAttributeValue)The target value you want to create for the target attribute.DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)The target value you want to create for the target attribute.DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)TRUEto delete the existing target value for your specified target attribute key.DocumentAttributeTarget.BuilderDocumentAttributeTarget. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentAttributeTarget.Builder Modifier and Type Method Description static Class<? extends DocumentAttributeTarget.Builder>DocumentAttributeTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DocumentAttributeTarget.Builder Modifier and Type Method Description default InlineCustomDocumentEnrichmentConfiguration.BuilderInlineCustomDocumentEnrichmentConfiguration.Builder. target(Consumer<DocumentAttributeTarget.Builder> target)Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
-