Interface ReverseGeocodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ReverseGeocodeRequest.Builder,,ReverseGeocodeRequest> GeoPlacesRequest.Builder,SdkBuilder<ReverseGeocodeRequest.Builder,,ReverseGeocodeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ReverseGeocodeRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFeatures(Collection<ReverseGeocodeAdditionalFeature> additionalFeatures) A list of optional additional parameters, such as time zone that can be requested for each result.additionalFeatures(ReverseGeocodeAdditionalFeature... 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.default ReverseGeocodeRequest.Builderfilter(Consumer<ReverseGeocodeFilter.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(ReverseGeocodeFilter filter) A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.The heading in degrees from true north in a navigation context.intendedUse(String intendedUse) Indicates if the query results will be persisted in customer infrastructure.intendedUse(ReverseGeocodeIntendedUse 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.queryPosition(Double... queryPosition) The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for.queryPosition(Collection<Double> queryPosition) The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for.queryRadius(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
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
-
queryPosition
The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for. Results closer to the position will be ranked higher then results further away from the position
- Parameters:
queryPosition- The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for. 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
The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for. Results closer to the position will be ranked higher then results further away from the position
- Parameters:
queryPosition- The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for. 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
The maximum distance in meters from the QueryPosition from which a result will be returned. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only up to a maximum value of 100,000.- Parameters:
queryRadius- The maximum distance in meters from the QueryPosition from which a result will be returned. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only up to a maximum value of 100,000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
An optional limit for the number of results returned in a single call.
Default value: 1
- Parameters:
maxResults- An optional limit for the number of results returned in a single call.Default value: 1
- 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 theReverseGeocodeFilter.Builderavoiding the need to create one manually viaReverseGeocodeFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(ReverseGeocodeFilter).- Parameters:
filter- a consumer that will call methods onReverseGeocodeFilter.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. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- 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. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
ReverseGeocodeRequest.Builder additionalFeatures(Collection<ReverseGeocodeAdditionalFeature> additionalFeatures) A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeatures
ReverseGeocodeRequest.Builder additionalFeatures(ReverseGeocodeAdditionalFeature... additionalFeatures) A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- Parameters:
additionalFeatures- A list of optional additional parameters, such as time zone that can be requested for each result. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only theTimeZonevalue.- 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. For GrabMaps customers,
ap-southeast-1andap-southeast-5regions support only the following codes:en, id, km, lo, ms, my, pt, th, tl, vi, zh- 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. For GrabMaps customers,ap-southeast-1andap-southeast-5regions support only the following codes:en, id, km, lo, ms, my, pt, th, tl, vi, zh- 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. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.- 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. Not supported inap-southeast-1andap-southeast-5regions for GrabMaps customers.- 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).When storing
ReverseGeocoderesponses, 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).When storing
ReverseGeocoderesponses, 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).When storing
ReverseGeocoderesponses, 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).When storing
ReverseGeocoderesponses, 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.
-
heading
The heading in degrees from true north in a navigation context. The heading is measured as the angle clockwise from the North direction.
Example: North is
0degrees, East is90degrees, South is180degrees, and West is270degrees.- Parameters:
heading- The heading in degrees from true north in a navigation context. The heading is measured as the angle clockwise from the North direction.Example: North is
0degrees, East is90degrees, South is180degrees, and West is270degrees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ReverseGeocodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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
ReverseGeocodeRequest.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.
-