| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.builder() |
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.count(Integer count)
The number of documents in the response that have the attribute value for the key.
|
default DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(Consumer<DocumentAttributeValue.Builder> documentAttributeValue)
The value of the attribute.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.Builder.documentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
DocumentAttributeValueCountPair.Builder |
DocumentAttributeValueCountPair.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentAttributeValueCountPair.Builder> |
DocumentAttributeValueCountPair.serializableBuilderClass() |
Copyright © 2021. All rights reserved.