Interface ReverseGeocodeResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ReverseGeocodeResponse.Builder,,ReverseGeocodeResponse> GeoPlacesResponse.Builder,SdkBuilder<ReverseGeocodeResponse.Builder,,ReverseGeocodeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ReverseGeocodeResponse
@Mutable
@NotThreadSafe
public static interface ReverseGeocodeResponse.Builder
extends GeoPlacesResponse.Builder, SdkPojo, CopyableBuilder<ReverseGeocodeResponse.Builder,ReverseGeocodeResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionpricingBucket(String pricingBucket) The pricing bucket for which the query is charged at.resultItems(Collection<ReverseGeocodeResultItem> resultItems) List of places or results returned for a query.resultItems(Consumer<ReverseGeocodeResultItem.Builder>... resultItems) List of places or results returned for a query.resultItems(ReverseGeocodeResultItem... resultItems) List of places or results returned for a query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
pricingBucket
The pricing bucket for which the query is charged at.
For more information on pricing, please visit Amazon Location Service Pricing.
- Parameters:
 pricingBucket- The pricing bucket for which the query is charged at.For more information on pricing, please visit Amazon Location Service Pricing.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resultItems
List of places or results returned for a query.
- Parameters:
 resultItems- List of places or results returned for a query.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resultItems
List of places or results returned for a query.
- Parameters:
 resultItems- List of places or results returned for a query.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resultItems
ReverseGeocodeResponse.Builder resultItems(Consumer<ReverseGeocodeResultItem.Builder>... resultItems) List of places or results returned for a query.
This is a convenience method that creates an instance of theReverseGeocodeResultItem.Builderavoiding the need to create one manually viaReverseGeocodeResultItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresultItems(List<ReverseGeocodeResultItem>).- Parameters:
 resultItems- a consumer that will call methods onReverseGeocodeResultItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -