| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearchdomain.model |
| Modifier and Type | Method and Description |
|---|---|
static SuggestionMatch.Builder |
SuggestionMatch.builder() |
SuggestionMatch.Builder |
SuggestionMatch.Builder.id(String id)
The document ID of the suggested document.
|
SuggestionMatch.Builder |
SuggestionMatch.Builder.score(Long score)
The relevance score of a suggested match.
|
SuggestionMatch.Builder |
SuggestionMatch.Builder.suggestion(String suggestion)
The string that matches the query string specified in the
SuggestRequest. |
SuggestionMatch.Builder |
SuggestionMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuggestionMatch.Builder> |
SuggestionMatch.serializableBuilderClass() |
Copyright © 2023. All rights reserved.