public static interface SearchPlaceIndexForTextSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForTextSummary.Builder,SearchPlaceIndexForTextSummary>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextSummary.Builder |
biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
biasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
dataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCategories(Collection<String> filterCategories)
The optional category filter specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCategories(String... filterCategories)
The optional category filter specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForTextSummary.Builder |
maxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
|
SearchPlaceIndexForTextSummary.Builder |
resultBBox(Collection<Double> resultBBox)
The bounding box that fully contains all search results.
|
SearchPlaceIndexForTextSummary.Builder |
resultBBox(Double... resultBBox)
The bounding box that fully contains all search results.
|
SearchPlaceIndexForTextSummary.Builder |
text(String text)
The search text specified in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForTextSummary.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.
SearchPlaceIndexForTextSummary.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.
SearchPlaceIndexForTextSummary.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
Grab
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
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
SearchPlaceIndexForTextSummary.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.SearchPlaceIndexForTextSummary.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.SearchPlaceIndexForTextSummary.Builder filterCategories(Collection<String> filterCategories)
The optional category filter specified in the request.
filterCategories - The optional category filter specified in the request.SearchPlaceIndexForTextSummary.Builder filterCategories(String... filterCategories)
The optional category filter specified in the request.
filterCategories - The optional category filter specified in the request.SearchPlaceIndexForTextSummary.Builder filterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
filterCountries - Contains the optional country filter specified in the request.SearchPlaceIndexForTextSummary.Builder filterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
filterCountries - Contains the optional country filter specified in the request.SearchPlaceIndexForTextSummary.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.SearchPlaceIndexForTextSummary.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.SearchPlaceIndexForTextSummary.Builder resultBBox(Collection<Double> resultBBox)
The bounding box that fully contains all search results.
If you specified the optional FilterBBox parameter in the request, ResultBBox is
contained within FilterBBox.
resultBBox - The bounding box that fully contains all search results.
If you specified the optional FilterBBox parameter in the request,
ResultBBox is contained within FilterBBox.
SearchPlaceIndexForTextSummary.Builder resultBBox(Double... resultBBox)
The bounding box that fully contains all search results.
If you specified the optional FilterBBox parameter in the request, ResultBBox is
contained within FilterBBox.
resultBBox - The bounding box that fully contains all search results.
If you specified the optional FilterBBox parameter in the request,
ResultBBox is contained within FilterBBox.
SearchPlaceIndexForTextSummary.Builder text(String text)
The search text specified in the request.
text - The search text specified in the request.Copyright © 2023. All rights reserved.