Uses of Interface
software.amazon.awssdk.services.kendra.model.AdditionalResultAttributeValue.Builder
-
Packages that use AdditionalResultAttributeValue.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AdditionalResultAttributeValue.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AdditionalResultAttributeValue.Builder Modifier and Type Method Description static AdditionalResultAttributeValue.BuilderAdditionalResultAttributeValue. builder()default AdditionalResultAttributeValue.BuilderAdditionalResultAttributeValue.Builder. textWithHighlightsValue(Consumer<TextWithHighlights.Builder> textWithHighlightsValue)The text associated with the attribute and information about the highlight to apply to the text.AdditionalResultAttributeValue.BuilderAdditionalResultAttributeValue.Builder. textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)The text associated with the attribute and information about the highlight to apply to the text.AdditionalResultAttributeValue.BuilderAdditionalResultAttributeValue. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AdditionalResultAttributeValue.Builder Modifier and Type Method Description static Class<? extends AdditionalResultAttributeValue.Builder>AdditionalResultAttributeValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AdditionalResultAttributeValue.Builder Modifier and Type Method Description default AdditionalResultAttribute.BuilderAdditionalResultAttribute.Builder. value(Consumer<AdditionalResultAttributeValue.Builder> value)An object that contains the attribute value.
-