Interface SearchPlaceIndexForPositionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>,SdkBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>,SdkPojo
- Enclosing class:
- SearchPlaceIndexForPositionSummary
public static interface SearchPlaceIndexForPositionSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchPlaceIndexForPositionSummary.BuilderdataSource(String dataSource)The geospatial data provider attached to the place index resource specified in the request.SearchPlaceIndexForPositionSummary.Builderlanguage(String language)The preferred language used to return results.SearchPlaceIndexForPositionSummary.BuildermaxResults(Integer maxResults)Contains the optional result count limit that is specified in the request.SearchPlaceIndexForPositionSummary.Builderposition(Double... position)The position specified in the request.SearchPlaceIndexForPositionSummary.Builderposition(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 Detail
-
position
SearchPlaceIndexForPositionSummary.Builder position(Collection<Double> 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
SearchPlaceIndexForPositionSummary.Builder position(Double... 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.
-
maxResults
SearchPlaceIndexForPositionSummary.Builder maxResults(Integer 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.
-
dataSource
SearchPlaceIndexForPositionSummary.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.
- 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
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,
enfor 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,enfor English.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-