public static interface SearchPlaceIndexForPositionRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<SearchPlaceIndexForPositionRequest.Builder,SearchPlaceIndexForPositionRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForPositionRequest.Builder |
indexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForPositionRequest.Builder |
maxResults(Integer maxResults)
An optional paramer.
|
SearchPlaceIndexForPositionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchPlaceIndexForPositionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchPlaceIndexForPositionRequest.Builder |
position(Collection<Double> position)
Specifies a coordinate for the query defined by a longitude, and latitude.
|
SearchPlaceIndexForPositionRequest.Builder |
position(Double... position)
Specifies a coordinate for the query defined by a longitude, and latitude.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForPositionRequest.Builder indexName(String indexName)
The name of the place index resource you want to use for the search.
indexName - The name of the place index resource you want to use for the search.SearchPlaceIndexForPositionRequest.Builder maxResults(Integer maxResults)
An optional paramer. The maximum number of results returned per request.
Default value: 50
maxResults - An optional paramer. The maximum number of results returned per request.
Default value: 50
SearchPlaceIndexForPositionRequest.Builder position(Collection<Double> position)
Specifies a coordinate for the query defined by a longitude, and latitude.
The first position is the X coordinate, or longitude.
The second position is the Y coordinate, or latitude.
For example, position=xLongitude&position=yLatitude .
position - Specifies a coordinate for the query defined by a longitude, and latitude.
The first position is the X coordinate, or longitude.
The second position is the Y coordinate, or latitude.
For example, position=xLongitude&position=yLatitude .
SearchPlaceIndexForPositionRequest.Builder position(Double... position)
Specifies a coordinate for the query defined by a longitude, and latitude.
The first position is the X coordinate, or longitude.
The second position is the Y coordinate, or latitude.
For example, position=xLongitude&position=yLatitude .
position - Specifies a coordinate for the query defined by a longitude, and latitude.
The first position is the X coordinate, or longitude.
The second position is the Y coordinate, or latitude.
For example, position=xLongitude&position=yLatitude .
SearchPlaceIndexForPositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchPlaceIndexForPositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.