| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Facet |
Facet.clone() |
Facet |
Facet.withDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
|
Facet |
Facet.withFacets(Collection<Facet> facets)
An array of document attributes that are nested facets within a facet.
|
Facet |
Facet.withFacets(Facet... facets)
An array of document attributes that are nested facets within a facet.
|
Facet |
Facet.withMaxResults(Integer maxResults)
Maximum number of facet values per facet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
Facet.getFacets()
An array of document attributes that are nested facets within a facet.
|
List<Facet> |
QueryRequest.getFacets()
An array of documents attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Facet |
Facet.withFacets(Facet... facets)
An array of document attributes that are nested facets within a facet.
|
QueryRequest |
QueryRequest.withFacets(Facet... facets)
An array of documents attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Facet.setFacets(Collection<Facet> facets)
An array of document attributes that are nested facets within a facet.
|
void |
QueryRequest.setFacets(Collection<Facet> facets)
An array of documents attributes.
|
Facet |
Facet.withFacets(Collection<Facet> facets)
An array of document attributes that are nested facets within a facet.
|
QueryRequest |
QueryRequest.withFacets(Collection<Facet> facets)
An array of documents attributes.
|
Copyright © 2022. All rights reserved.