public static interface SearchPlaceIndexForPositionSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForPositionSummary.Builder |
dataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForPositionSummary.Builder |
language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForPositionSummary.Builder |
maxResults(Integer maxResults)
Contains the optional result count limit that is specified in the request.
|
SearchPlaceIndexForPositionSummary.Builder |
position(Collection<Double> position)
The position specified in the request.
|
SearchPlaceIndexForPositionSummary.Builder |
position(Double... position)
The position specified in the request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForPositionSummary.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.
SearchPlaceIndexForPositionSummary.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.SearchPlaceIndexForPositionSummary.Builder maxResults(Integer maxResults)
Contains the optional result count limit that is specified in the request.
Default value: 50
maxResults - Contains the optional result count limit that is specified in the request.
Default value: 50
SearchPlaceIndexForPositionSummary.Builder position(Collection<Double> position)
The position specified in the request.
position - The position specified in the request.SearchPlaceIndexForPositionSummary.Builder position(Double... position)
The position specified in the request.
position - The position specified in the request.Copyright © 2023. All rights reserved.