Interface AutocompleteRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AutocompleteRequest.Builder,,- AutocompleteRequest> - GeoPlacesRequest.Builder,- SdkBuilder<AutocompleteRequest.Builder,,- AutocompleteRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AutocompleteRequest
- 
Method SummaryModifier and TypeMethodDescriptionadditionalFeatures(Collection<AutocompleteAdditionalFeature> additionalFeatures) A list of optional additional parameters that can be requested for each result.additionalFeatures(AutocompleteAdditionalFeature... additionalFeatures) A list of optional additional parameters that can be requested for each result.additionalFeaturesWithStrings(String... additionalFeatures) A list of optional additional parameters that can be requested for each result.additionalFeaturesWithStrings(Collection<String> additionalFeatures) A list of optional additional parameters that can be requested for each result.biasPosition(Double... biasPosition) The position in longitude and latitude that the results should be close to.biasPosition(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 possess in order to be returned as a result.filter(AutocompleteFilter filter) A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.intendedUse(String intendedUse) Indicates if the results will be stored.intendedUse(AutocompleteIntendedUse intendedUse) Indicates if the results will be stored.Optional: The API key to be used for authorization.A list of BCP 47 compliant language codes for the results to be rendered in.maxResults(Integer maxResults) An optional limit for the number of results returned in a single call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.politicalView(String politicalView) The alpha-2 or alpha-3 character code for the political view of a country.postalCodeMode(String postalCodeMode) ThePostalCodeModeaffects how postal code results are returned.postalCodeMode(PostalCodeMode postalCodeMode) ThePostalCodeModeaffects how postal code results are returned.The free-form text query to match addresses against.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
queryTextThe 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. The fields QueryText, andQueryIDare mutually exclusive.- 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.- The fields - QueryText, and- QueryIDare mutually exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsAn 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.
 
- 
biasPositionThe 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, and- FilterCircleare mutually exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
biasPositionThe 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, and- FilterCircleare mutually exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterA structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result. - Parameters:
- filter- A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterA structure which contains a set of inclusion/exclusion properties that results must possess 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 on- AutocompleteFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
postalCodeModeThe 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 valueEnumerateSpannedLocalities, all cities in that postal code are returned.- Parameters:
- 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 value- EnumerateSpannedLocalities, 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:
 
- 
postalCodeModeThe 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 valueEnumerateSpannedLocalities, all cities in that postal code are returned.- Parameters:
- 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 value- EnumerateSpannedLocalities, 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:
 
- 
additionalFeaturesWithStringsA 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.
 
- 
additionalFeaturesWithStringsA 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.
 
- 
additionalFeaturesAutocompleteRequest.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.
 
- 
additionalFeaturesA 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.
 
- 
languageA 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.
 
- 
politicalViewThe 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. The following political views are currently supported: - 
 ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands
- 
 EGY: Egypt's view on Bir Tawil
- 
 IND: India's view on Gilgit-Baltistan
- 
 KEN: Kenya's view on the Ilemi Triangle
- 
 MAR: Morocco's view on Western Sahara
- 
 RUS: Russia's view on Crimea
- 
 SDN: Sudan's view on the Halaib Triangle
- 
 SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands
- 
 SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters
- 
 SYR: Syria's view on the Golan Heights
- 
 TUR: Turkey's view on Cyprus and Northern Cyprus
- 
 TZA: Tanzania's view on Lake Malawi
- 
 URY: Uruguay's view on Rincon de Artigas
- 
 VNM: Vietnam's view on the Paracel Islands and Spratly Islands
 - 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.- The following political views are currently supported: - 
        ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands
- 
        EGY: Egypt's view on Bir Tawil
- 
        IND: India's view on Gilgit-Baltistan
- 
        KEN: Kenya's view on the Ilemi Triangle
- 
        MAR: Morocco's view on Western Sahara
- 
        RUS: Russia's view on Crimea
- 
        SDN: Sudan's view on the Halaib Triangle
- 
        SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands
- 
        SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters
- 
        SYR: Syria's view on the Golan Heights
- 
        TUR: Turkey's view on Cyprus and Northern Cyprus
- 
        TZA: Tanzania's view on Lake Malawi
- 
        URY: Uruguay's view on Rincon de Artigas
- 
        VNM: Vietnam's view on the Paracel Islands and Spratly Islands
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
intendedUseIndicates if the results will be stored. Defaults to SingleUse, if left empty.- Parameters:
- intendedUse- Indicates if the results will be stored. Defaults to- SingleUse, if left empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
intendedUseIndicates if the results will be stored. Defaults to SingleUse, if left empty.- Parameters:
- intendedUse- Indicates if the results will be stored. Defaults to- SingleUse, if left empty.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyOptional: 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.
 
- 
overrideConfigurationAutocompleteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAutocompleteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-