| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static FacetResult.Builder |
FacetResult.builder() |
FacetResult.Builder |
FacetResult.Builder.documentAttributeKey(String documentAttributeKey)
The key for the facet values.
|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of
documents that share the key value.
|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueCountPairs(Consumer<DocumentAttributeValueCountPair.Builder>... documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of
documents that share the key value.
|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueCountPairs(DocumentAttributeValueCountPair... documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of
documents that share the key value.
|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueType(DocumentAttributeValueType documentAttributeValueType)
The data type of the facet value.
|
FacetResult.Builder |
FacetResult.Builder.documentAttributeValueType(String documentAttributeValueType)
The data type of the facet value.
|
FacetResult.Builder |
FacetResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FacetResult.Builder> |
FacetResult.serializableBuilderClass() |
Copyright © 2020. All rights reserved.