| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static AdditionalResultAttributeValue.Builder |
AdditionalResultAttributeValue.builder() |
default AdditionalResultAttributeValue.Builder |
AdditionalResultAttributeValue.Builder.textWithHighlightsValue(Consumer<TextWithHighlights.Builder> textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
|
AdditionalResultAttributeValue.Builder |
AdditionalResultAttributeValue.Builder.textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
|
AdditionalResultAttributeValue.Builder |
AdditionalResultAttributeValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdditionalResultAttributeValue.Builder> |
AdditionalResultAttributeValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AdditionalResultAttribute.Builder |
AdditionalResultAttribute.Builder.value(Consumer<AdditionalResultAttributeValue.Builder> value)
An object that contains the attribute value.
|
Copyright © 2020. All rights reserved.