public static interface AdditionalResultAttributeValue.Builder extends SdkPojo, CopyableBuilder<AdditionalResultAttributeValue.Builder,AdditionalResultAttributeValue>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdditionalResultAttributeValue.Builder textWithHighlightsValue(TextWithHighlights textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
textWithHighlightsValue - The text associated with the attribute and information about the highlight to apply to the text.default AdditionalResultAttributeValue.Builder textWithHighlightsValue(Consumer<TextWithHighlights.Builder> textWithHighlightsValue)
The text associated with the attribute and information about the highlight to apply to the text.
This is a convenience that creates an instance of theTextWithHighlights.Builder avoiding the need to
create one manually via TextWithHighlights.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to textWithHighlightsValue(TextWithHighlights).textWithHighlightsValue - a consumer that will call methods on TextWithHighlights.BuildertextWithHighlightsValue(TextWithHighlights)Copyright © 2021. All rights reserved.