public static interface SearchPlaceIndexForSuggestionsSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForSuggestionsSummary.Builder,SearchPlaceIndexForSuggestionsSummary>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsSummary.Builder |
biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
biasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
dataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
filterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
filterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
maxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
|
SearchPlaceIndexForSuggestionsSummary.Builder |
text(String text)
The free-form partial text input specified in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForSuggestionsSummary.Builder biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847] represents the position with longitude -123.1174
and latitude 49.2847.
biasPosition - Contains the coordinates for the optional bias position specified in the request.
This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847] represents the position with longitude
-123.1174 and latitude 49.2847.
SearchPlaceIndexForSuggestionsSummary.Builder biasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847] represents the position with longitude -123.1174
and latitude 49.2847.
biasPosition - Contains the coordinates for the optional bias position specified in the request.
This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.
For example, [-123.1174, 49.2847] represents the position with longitude
-123.1174 and latitude 49.2847.
SearchPlaceIndexForSuggestionsSummary.Builder dataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The geospatial data provider attached to the place index resource specified in the request. Values can
be one of the following:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
SearchPlaceIndexForSuggestionsSummary.Builder filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
filterBBox - Contains the coordinates for the optional bounding box specified in the request.SearchPlaceIndexForSuggestionsSummary.Builder filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
filterBBox - Contains the coordinates for the optional bounding box specified in the request.SearchPlaceIndexForSuggestionsSummary.Builder filterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
filterCountries - Contains the optional country filter specified in the request.SearchPlaceIndexForSuggestionsSummary.Builder filterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
filterCountries - Contains the optional country filter specified in the request.SearchPlaceIndexForSuggestionsSummary.Builder language(String language)
The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.
language - The preferred language used to return results. Matches the language in the request. The value is a
valid BCP 47 language tag, for example,
en for English.SearchPlaceIndexForSuggestionsSummary.Builder maxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
maxResults - Contains the optional result count limit specified in the request.SearchPlaceIndexForSuggestionsSummary.Builder text(String text)
The free-form partial text input specified in the request.
text - The free-form partial text input specified in the request.Copyright © 2022. All rights reserved.