| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttribute |
AttributeFilter.containsAll()
Returns true when a document contains all of the specified document attributes.
|
DocumentAttribute |
AttributeFilter.containsAny()
Returns true when a document contains any of the specified document attributes.
|
DocumentAttribute |
AttributeFilter.equalsTo()
Performs an equals operation on two document attributes.
|
DocumentAttribute |
AttributeFilter.greaterThan()
Performs a greater than operation on two document attributes.
|
DocumentAttribute |
AttributeFilter.greaterThanOrEquals()
Performs a greater or equals than operation on two document attributes.
|
DocumentAttribute |
AttributeFilter.lessThan()
Performs a less than operation on two document attributes.
|
DocumentAttribute |
AttributeFilter.lessThanOrEquals()
Performs a less than or equals operation on two document attributes.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute> |
Document.attributes()
Custom attributes to apply to the document.
|
List<DocumentAttribute> |
QueryResultItem.documentAttributes()
An array of document attributes for the document that the query result maps to.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.attributes(DocumentAttribute... attributes)
Custom attributes to apply to the document.
|
AttributeFilter.Builder |
AttributeFilter.Builder.containsAll(DocumentAttribute containsAll)
Returns true when a document contains all of the specified document attributes.
|
AttributeFilter.Builder |
AttributeFilter.Builder.containsAny(DocumentAttribute containsAny)
Returns true when a document contains any of the specified document attributes.
|
QueryResultItem.Builder |
QueryResultItem.Builder.documentAttributes(DocumentAttribute... documentAttributes)
An array of document attributes for the document that the query result maps to.
|
AttributeFilter.Builder |
AttributeFilter.Builder.equalsTo(DocumentAttribute equalsTo)
Performs an equals operation on two document attributes.
|
AttributeFilter.Builder |
AttributeFilter.Builder.greaterThan(DocumentAttribute greaterThan)
Performs a greater than operation on two document attributes.
|
AttributeFilter.Builder |
AttributeFilter.Builder.greaterThanOrEquals(DocumentAttribute greaterThanOrEquals)
Performs a greater or equals than operation on two document attributes.
|
AttributeFilter.Builder |
AttributeFilter.Builder.lessThan(DocumentAttribute lessThan)
Performs a less than operation on two document attributes.
|
AttributeFilter.Builder |
AttributeFilter.Builder.lessThanOrEquals(DocumentAttribute lessThanOrEquals)
Performs a less than or equals operation on two document attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.attributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document.
|
QueryResultItem.Builder |
QueryResultItem.Builder.documentAttributes(Collection<DocumentAttribute> documentAttributes)
An array of document attributes for the document that the query result maps to.
|
Copyright © 2020. All rights reserved.