| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.biasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
static SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.builder() |
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.dataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.filterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.filterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.maxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.Builder.text(String text)
The free-form partial text input specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
SearchPlaceIndexForSuggestionsSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForSuggestionsSummary.Builder> |
SearchPlaceIndexForSuggestionsSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.summary(Consumer<SearchPlaceIndexForSuggestionsSummary.Builder> summary)
Contains a summary of the request.
|
Copyright © 2023. All rights reserved.