Interface GeocodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GeocodeRequest.Builder,,GeocodeRequest> GeoPlacesRequest.Builder,SdkBuilder<GeocodeRequest.Builder,,GeocodeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GeocodeRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFeatures(Collection<GeocodeAdditionalFeature> additionalFeatures) A list of optional additional parameters, such as time zone, that can be requested for each result.additionalFeatures(GeocodeAdditionalFeature... additionalFeatures) A list of optional additional parameters, such as time zone, that can be requested for each result.additionalFeaturesWithStrings(String... additionalFeatures) A list of optional additional parameters, such as time zone, that can be requested for each result.additionalFeaturesWithStrings(Collection<String> additionalFeatures) A list of optional additional parameters, such as time zone, that can be requested for each result.addressNamesMode(String addressNamesMode) Specifies how address names are returned.addressNamesMode(GeocodeAddressNamesMode addressNamesMode) Specifies how address names are returned.addressTranslations(Collection<AddressTranslationComponent> addressTranslations) Specifies which address components to include translations for.addressTranslations(AddressTranslationComponent... addressTranslations) Specifies which address components to include translations for.addressTranslationsWithStrings(String... addressTranslations) Specifies which address components to include translations for.addressTranslationsWithStrings(Collection<String> addressTranslations) Specifies which address components to include translations for.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 GeocodeRequest.Builderfilter(Consumer<GeocodeFilter.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(GeocodeFilter 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 query results will be persisted in customer infrastructure.intendedUse(GeocodeIntendedUse intendedUse) Indicates if the query results will be persisted in customer infrastructure.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.default GeocodeRequest.BuilderqueryComponents(Consumer<GeocodeQueryComponents.Builder> queryComponents) Sets the value of the QueryComponents property for this object.queryComponents(GeocodeQueryComponents queryComponents) Sets the value of the QueryComponents property for this object.The free-form text query to match addresses against.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
queryComponents
Sets the value of the QueryComponents property for this object.- Parameters:
queryComponents- The new value for the QueryComponents property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryComponents
default GeocodeRequest.Builder queryComponents(Consumer<GeocodeQueryComponents.Builder> queryComponents) Sets the value of the QueryComponents property for this object. This is a convenience method that creates an instance of theGeocodeQueryComponents.Builderavoiding the need to create one manually viaGeocodeQueryComponents.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryComponents(GeocodeQueryComponents).- Parameters:
queryComponents- a consumer that will call methods onGeocodeQueryComponents.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
An optional limit for the number of results returned in a single call.
Default value: 20
- Parameters:
maxResults- An optional limit for the number of results returned in a single call.Default value: 20
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 WGS 84 format.- 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 WGS 84 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 WGS 84 format.- 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 WGS 84 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
A 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.
-
filter
A 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 theGeocodeFilter.Builderavoiding the need to create one manually viaGeocodeFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(GeocodeFilter).- Parameters:
filter- a consumer that will call methods onGeocodeFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalFeaturesWithStrings
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
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
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
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
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
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
Indicates if the query results will be persisted in customer infrastructure. Defaults to
SingleUse(not stored). Not supported inap-southeast-1andap-southeast-5regions for GrabMaps customers.When storing
Geocoderesponses, you must set this field toStorageto comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.- Parameters:
intendedUse- Indicates if the query results will be persisted in customer infrastructure. Defaults toSingleUse(not stored). Not supported inap-southeast-1andap-southeast-5regions for GrabMaps customers.When storing
Geocoderesponses, you must set this field toStorageto comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
intendedUse
Indicates if the query results will be persisted in customer infrastructure. Defaults to
SingleUse(not stored). Not supported inap-southeast-1andap-southeast-5regions for GrabMaps customers.When storing
Geocoderesponses, you must set this field toStorageto comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.- Parameters:
intendedUse- Indicates if the query results will be persisted in customer infrastructure. Defaults toSingleUse(not stored). Not supported inap-southeast-1andap-southeast-5regions for GrabMaps customers.When storing
Geocoderesponses, you must set this field toStorageto comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
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 valueEnumerateSpannedLocalities, all cities in that postal code are returned. If it's populated with the valueEnumerateSpannedDistricts, all combinations of the postal code with the corresponding district and city names 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 valueEnumerateSpannedLocalities, all cities in that postal code are returned. If it's populated with the valueEnumerateSpannedDistricts, all combinations of the postal code with the corresponding district and city names are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 valueEnumerateSpannedLocalities, all cities in that postal code are returned. If it's populated with the valueEnumerateSpannedDistricts, all combinations of the postal code with the corresponding district and city names 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 valueEnumerateSpannedLocalities, all cities in that postal code are returned. If it's populated with the valueEnumerateSpannedDistricts, all combinations of the postal code with the corresponding district and city names are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addressTranslationsWithStrings
Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values are
District,Locality,Region, andSubRegion.- Parameters:
addressTranslations- Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values areDistrict,Locality,Region, andSubRegion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressTranslationsWithStrings
Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values are
District,Locality,Region, andSubRegion.- Parameters:
addressTranslations- Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values areDistrict,Locality,Region, andSubRegion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressTranslations
GeocodeRequest.Builder addressTranslations(Collection<AddressTranslationComponent> addressTranslations) Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values are
District,Locality,Region, andSubRegion.- Parameters:
addressTranslations- Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values areDistrict,Locality,Region, andSubRegion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressTranslations
Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values are
District,Locality,Region, andSubRegion.- Parameters:
addressTranslations- Specifies which address components to include translations for. Translations include all name variants and alternative names for the requested fields in all available languages. Valid values areDistrict,Locality,Region, andSubRegion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressNamesMode
Specifies how address names are returned. If not set, the service returns normalized (official) names by default. When set to
Matched, address names in the response are based on the input query rather than official names. When set toAdministrative, the service returns the official administrative names for address components.Administrativecurrently applies only to addresses in the United States.- Parameters:
addressNamesMode- Specifies how address names are returned. If not set, the service returns normalized (official) names by default. When set toMatched, address names in the response are based on the input query rather than official names. When set toAdministrative, the service returns the official administrative names for address components.Administrativecurrently applies only to addresses in the United States.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addressNamesMode
Specifies how address names are returned. If not set, the service returns normalized (official) names by default. When set to
Matched, address names in the response are based on the input query rather than official names. When set toAdministrative, the service returns the official administrative names for address components.Administrativecurrently applies only to addresses in the United States.- Parameters:
addressNamesMode- Specifies how address names are returned. If not set, the service returns normalized (official) names by default. When set toMatched, address names in the response are based on the input query rather than official names. When set toAdministrative, the service returns the official administrative names for address components.Administrativecurrently applies only to addresses in the United States.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GeocodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-