Interface GeocodeParsedQuery.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GeocodeParsedQuery.Builder,,GeocodeParsedQuery> SdkBuilder<GeocodeParsedQuery.Builder,,GeocodeParsedQuery> SdkPojo
- Enclosing class:
GeocodeParsedQuery
@Mutable
@NotThreadSafe
public static interface GeocodeParsedQuery.Builder
extends SdkPojo, CopyableBuilder<GeocodeParsedQuery.Builder,GeocodeParsedQuery>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GeocodeParsedQuery.BuilderThe place address.The place address.title(Collection<ParsedQueryComponent> title) The localized display name of this result item based on request parameterlanguage.title(Consumer<ParsedQueryComponent.Builder>... title) The localized display name of this result item based on request parameterlanguage.title(ParsedQueryComponent... title) The localized display name of this result item based on request parameterlanguage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
title
The localized display name of this result item based on request parameter
language.- Parameters:
title- The localized display name of this result item based on request parameterlanguage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The localized display name of this result item based on request parameter
language.- Parameters:
title- The localized display name of this result item based on request parameterlanguage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The localized display name of this result item based on request parameter
This is a convenience method that creates an instance of thelanguage.ParsedQueryComponent.Builderavoiding the need to create one manually viaParsedQueryComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totitle(List<ParsedQueryComponent>).- Parameters:
title- a consumer that will call methods onParsedQueryComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
address
The place address.
- Parameters:
address- The place address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
default GeocodeParsedQuery.Builder address(Consumer<GeocodeParsedQueryAddressComponents.Builder> address) The place address.
This is a convenience method that creates an instance of theGeocodeParsedQueryAddressComponents.Builderavoiding the need to create one manually viaGeocodeParsedQueryAddressComponents.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddress(GeocodeParsedQueryAddressComponents).- Parameters:
address- a consumer that will call methods onGeocodeParsedQueryAddressComponents.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-