Interface SearchNearbyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchNearbyRequest.Builder,SearchNearbyRequest>,GeoPlacesRequest.Builder,SdkBuilder<SearchNearbyRequest.Builder,SearchNearbyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchNearbyRequest
public static interface SearchNearbyRequest.Builder extends GeoPlacesRequest.Builder, SdkPojo, CopyableBuilder<SearchNearbyRequest.Builder,SearchNearbyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SearchNearbyRequest.BuilderadditionalFeatures(Collection<SearchNearbyAdditionalFeature> additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.SearchNearbyRequest.BuilderadditionalFeatures(SearchNearbyAdditionalFeature... additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.SearchNearbyRequest.BuilderadditionalFeaturesWithStrings(String... additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.SearchNearbyRequest.BuilderadditionalFeaturesWithStrings(Collection<String> additionalFeatures)A list of optional additional parameters, such as time zone, that can be requested for each result.default SearchNearbyRequest.Builderfilter(Consumer<SearchNearbyFilter.Builder> filter)A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.SearchNearbyRequest.Builderfilter(SearchNearbyFilter filter)A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.SearchNearbyRequest.BuilderintendedUse(String intendedUse)Indicates if the results will be stored.SearchNearbyRequest.BuilderintendedUse(SearchNearbyIntendedUse intendedUse)Indicates if the results will be stored.SearchNearbyRequest.Builderkey(String key)Optional: The API key to be used for authorization.SearchNearbyRequest.Builderlanguage(String language)A list of BCP 47 compliant language codes for the results to be rendered in.SearchNearbyRequest.BuildermaxResults(Integer maxResults)An optional limit for the number of results returned in a single call.SearchNearbyRequest.BuildernextToken(String nextToken)IfnextTokenis returned, there are more results available.SearchNearbyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchNearbyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchNearbyRequest.BuilderpoliticalView(String politicalView)The alpha-2 or alpha-3 character code for the political view of a country.SearchNearbyRequest.BuilderqueryPosition(Double... queryPosition)The position, in[lng, lat]for which you are querying nearby resultsfor.SearchNearbyRequest.BuilderqueryPosition(Collection<Double> queryPosition)The position, in[lng, lat]for which you are querying nearby resultsfor.SearchNearbyRequest.BuilderqueryRadius(Long queryRadius)The maximum distance in meters from the QueryPosition from which a result will be returned.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
queryPosition
SearchNearbyRequest.Builder queryPosition(Collection<Double> queryPosition)
The position, in
[lng, lat]for which you are querying nearby resultsfor. Results closer to the position will be ranked higher then results further away from the position- Parameters:
queryPosition- The position, in[lng, lat]for which you are querying nearby resultsfor. Results closer to the position will be ranked higher then results further away from the position- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryPosition
SearchNearbyRequest.Builder queryPosition(Double... queryPosition)
The position, in
[lng, lat]for which you are querying nearby resultsfor. Results closer to the position will be ranked higher then results further away from the position- Parameters:
queryPosition- The position, in[lng, lat]for which you are querying nearby resultsfor. Results closer to the position will be ranked higher then results further away from the position- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryRadius
SearchNearbyRequest.Builder queryRadius(Long queryRadius)
The maximum distance in meters from the QueryPosition from which a result will be returned.
- Parameters:
queryRadius- The maximum distance in meters from the QueryPosition from which a result will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
SearchNearbyRequest.Builder maxResults(Integer maxResults)
An optional limit for the number of results returned in a single call.
- Parameters:
maxResults- An optional limit for the number of results returned in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
SearchNearbyRequest.Builder filter(SearchNearbyFilter filter)
A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.
- Parameters:
filter- A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default SearchNearbyRequest.Builder filter(Consumer<SearchNearbyFilter.Builder> filter)
A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.
This is a convenience method that creates an instance of theSearchNearbyFilter.Builderavoiding the need to create one manually viaSearchNearbyFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(SearchNearbyFilter).- Parameters:
filter- a consumer that will call methods onSearchNearbyFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(SearchNearbyFilter)
-
additionalFeaturesWithStrings
SearchNearbyRequest.Builder additionalFeaturesWithStrings(Collection<String> additionalFeatures)
A list of optional additional parameters, such as time zone, that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone, that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeaturesWithStrings
SearchNearbyRequest.Builder additionalFeaturesWithStrings(String... additionalFeatures)
A list of optional additional parameters, such as time zone, that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone, that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
SearchNearbyRequest.Builder additionalFeatures(Collection<SearchNearbyAdditionalFeature> additionalFeatures)
A list of optional additional parameters, such as time zone, that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone, that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
SearchNearbyRequest.Builder additionalFeatures(SearchNearbyAdditionalFeature... additionalFeatures)
A list of optional additional parameters, such as time zone, that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone, that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
SearchNearbyRequest.Builder language(String language)
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
- Parameters:
language- A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
politicalView
SearchNearbyRequest.Builder politicalView(String politicalView)
The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
- Parameters:
politicalView- The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intendedUse
SearchNearbyRequest.Builder intendedUse(String intendedUse)
Indicates if the results will be stored. Defaults to
SingleUse, if left empty.- Parameters:
intendedUse- Indicates if the results will be stored. Defaults toSingleUse, if left empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchNearbyIntendedUse,SearchNearbyIntendedUse
-
intendedUse
SearchNearbyRequest.Builder intendedUse(SearchNearbyIntendedUse intendedUse)
Indicates if the results will be stored. Defaults to
SingleUse, if left empty.- Parameters:
intendedUse- Indicates if the results will be stored. Defaults toSingleUse, if left empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SearchNearbyIntendedUse,SearchNearbyIntendedUse
-
nextToken
SearchNearbyRequest.Builder nextToken(String nextToken)
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page.- Parameters:
nextToken- IfnextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
SearchNearbyRequest.Builder key(String key)
Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
- Parameters:
key- Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchNearbyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchNearbyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-