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