Interface AutocompleteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AutocompleteRequest.Builder,AutocompleteRequest>,GeoPlacesRequest.Builder,SdkBuilder<AutocompleteRequest.Builder,AutocompleteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AutocompleteRequest
public static interface AutocompleteRequest.Builder extends GeoPlacesRequest.Builder, SdkPojo, CopyableBuilder<AutocompleteRequest.Builder,AutocompleteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AutocompleteRequest.BuilderadditionalFeatures(Collection<AutocompleteAdditionalFeature> additionalFeatures)A list of optional additional parameters that can be requested for each result.AutocompleteRequest.BuilderadditionalFeatures(AutocompleteAdditionalFeature... additionalFeatures)A list of optional additional parameters that can be requested for each result.AutocompleteRequest.BuilderadditionalFeaturesWithStrings(String... additionalFeatures)A list of optional additional parameters that can be requested for each result.AutocompleteRequest.BuilderadditionalFeaturesWithStrings(Collection<String> additionalFeatures)A list of optional additional parameters that can be requested for each result.AutocompleteRequest.BuilderbiasPosition(Double... biasPosition)The position in longitude and latitude that the results should be close to.AutocompleteRequest.BuilderbiasPosition(Collection<Double> biasPosition)The position in longitude and latitude that the results should be close to.default AutocompleteRequest.Builderfilter(Consumer<AutocompleteFilter.Builder> filter)A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.AutocompleteRequest.Builderfilter(AutocompleteFilter filter)A structure which contains a set of inclusion/exclusion properties that results must posses in order to be returned as a result.AutocompleteRequest.BuilderintendedUse(String intendedUse)Indicates if the results will be stored.AutocompleteRequest.BuilderintendedUse(AutocompleteIntendedUse intendedUse)Indicates if the results will be stored.AutocompleteRequest.Builderkey(String key)Optional: The API key to be used for authorization.AutocompleteRequest.Builderlanguage(String language)A list of BCP 47 compliant language codes for the results to be rendered in.AutocompleteRequest.BuildermaxResults(Integer maxResults)An optional limit for the number of results returned in a single call.AutocompleteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AutocompleteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AutocompleteRequest.BuilderpoliticalView(String politicalView)The alpha-2 or alpha-3 character code for the political view of a country.AutocompleteRequest.BuilderpostalCodeMode(String postalCodeMode)ThePostalCodeModeaffects how postal code results are returned.AutocompleteRequest.BuilderpostalCodeMode(PostalCodeMode postalCodeMode)ThePostalCodeModeaffects how postal code results are returned.AutocompleteRequest.BuilderqueryText(String queryText)The free-form text query to match addresses against.-
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
-
queryText
AutocompleteRequest.Builder queryText(String queryText)
The free-form text query to match addresses against. This is usually a partially typed address from an end user in an address box or form.
- Parameters:
queryText- The free-form text query to match addresses against. This is usually a partially typed address from an end user in an address box or form.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
AutocompleteRequest.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.
-
biasPosition
AutocompleteRequest.Builder biasPosition(Collection<Double> biasPosition)
The position in longitude and latitude that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in
[lng, lat]and in the WSG84 format.The fields
BiasPosition,FilterBoundingBox, andFilterCircleare mutually exclusive.- Parameters:
biasPosition- The position in longitude and latitude that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in[lng, lat]and in the WSG84 format.The fields
BiasPosition,FilterBoundingBox, andFilterCircleare mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
biasPosition
AutocompleteRequest.Builder biasPosition(Double... biasPosition)
The position in longitude and latitude that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in
[lng, lat]and in the WSG84 format.The fields
BiasPosition,FilterBoundingBox, andFilterCircleare mutually exclusive.- Parameters:
biasPosition- The position in longitude and latitude that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in[lng, lat]and in the WSG84 format.The fields
BiasPosition,FilterBoundingBox, andFilterCircleare mutually exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
AutocompleteRequest.Builder filter(AutocompleteFilter 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 AutocompleteRequest.Builder filter(Consumer<AutocompleteFilter.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 theAutocompleteFilter.Builderavoiding the need to create one manually viaAutocompleteFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(AutocompleteFilter).- Parameters:
filter- a consumer that will call methods onAutocompleteFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(AutocompleteFilter)
-
postalCodeMode
AutocompleteRequest.Builder postalCodeMode(String postalCodeMode)
The
PostalCodeModeaffects how postal code results are returned. If a postal code spans multiple localities and this value is empty, partial district or locality information may be returned under a single postal code result entry. If it's populated with the valuecityLookup, all cities in that postal code are returned.- Parameters:
postalCodeMode- ThePostalCodeModeaffects how postal code results are returned. If a postal code spans multiple localities and this value is empty, partial district or locality information may be returned under a single postal code result entry. If it's populated with the valuecityLookup, all cities in that postal code are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostalCodeMode,PostalCodeMode
-
postalCodeMode
AutocompleteRequest.Builder postalCodeMode(PostalCodeMode postalCodeMode)
The
PostalCodeModeaffects how postal code results are returned. If a postal code spans multiple localities and this value is empty, partial district or locality information may be returned under a single postal code result entry. If it's populated with the valuecityLookup, all cities in that postal code are returned.- Parameters:
postalCodeMode- ThePostalCodeModeaffects how postal code results are returned. If a postal code spans multiple localities and this value is empty, partial district or locality information may be returned under a single postal code result entry. If it's populated with the valuecityLookup, all cities in that postal code are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostalCodeMode,PostalCodeMode
-
additionalFeaturesWithStrings
AutocompleteRequest.Builder additionalFeaturesWithStrings(Collection<String> additionalFeatures)
A list of optional additional parameters that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeaturesWithStrings
AutocompleteRequest.Builder additionalFeaturesWithStrings(String... additionalFeatures)
A list of optional additional parameters that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
AutocompleteRequest.Builder additionalFeatures(Collection<AutocompleteAdditionalFeature> additionalFeatures)
A list of optional additional parameters that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
AutocompleteRequest.Builder additionalFeatures(AutocompleteAdditionalFeature... additionalFeatures)
A list of optional additional parameters that can be requested for each result.
- Parameters:
additionalFeatures- A list of optional additional parameters that can be requested for each result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
language
AutocompleteRequest.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
AutocompleteRequest.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
AutocompleteRequest.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:
AutocompleteIntendedUse,AutocompleteIntendedUse
-
intendedUse
AutocompleteRequest.Builder intendedUse(AutocompleteIntendedUse 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:
AutocompleteIntendedUse,AutocompleteIntendedUse
-
key
AutocompleteRequest.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
AutocompleteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AutocompleteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-