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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
titleThe 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 parameter- language.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleThe 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 parameter- language.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleThe 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 on- ParsedQueryComponent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
addressThe place address. - Parameters:
- address- The place address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addressdefault 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 on- GeocodeParsedQueryAddressComponents.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-