Interface SearchPlaceIndexForPositionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,
,SearchPlaceIndexForPositionSummary> SdkBuilder<SearchPlaceIndexForPositionSummary.Builder,
,SearchPlaceIndexForPositionSummary> SdkPojo
- Enclosing class:
SearchPlaceIndexForPositionSummary
-
Method Summary
Modifier and TypeMethodDescriptiondataSource
(String dataSource) The geospatial data provider attached to the place index resource specified in the request.The preferred language used to return results.maxResults
(Integer maxResults) Contains the optional result count limit that is specified in the request.The position specified in the request.position
(Collection<Double> position) The position specified in the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Contains the optional result count limit that is specified in the request.
Default value:
50
- Parameters:
maxResults
- Contains the optional result count limit that is specified in the request.Default value:
50
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The position specified in the request.
- Parameters:
position
- The position specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The position specified in the request.
- Parameters:
position
- The position specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-