SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.biasPosition(Double... biasPosition) |
An optional parameter that indicates a preference for place suggestions that are closer to a specified
position.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.biasPosition(Collection<Double> biasPosition) |
An optional parameter that indicates a preference for place suggestions that are closer to a specified
position.
|
static SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.builder() |
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterBBox(Double... filterBBox) |
An optional parameter that limits the search results by returning only suggestions within a specified
bounding box.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterBBox(Collection<Double> filterBBox) |
An optional parameter that limits the search results by returning only suggestions within a specified
bounding box.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCategories(String... filterCategories) |
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCategories(Collection<String> filterCategories) |
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCountries(String... filterCountries) |
An optional parameter that limits the search results by returning only suggestions within the provided list
of countries.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCountries(Collection<String> filterCountries) |
An optional parameter that limits the search results by returning only suggestions within the provided list
of countries.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.indexName(String indexName) |
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.key(String key) |
The optional API
key to authorize the request.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.language(String language) |
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.maxResults(Integer maxResults) |
An optional parameter.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.text(String text) |
The free-form partial text to use to generate place suggestions.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.toBuilder() |
|