Interface GeocodeQueryComponents.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GeocodeQueryComponents.Builder,,- GeocodeQueryComponents> - SdkBuilder<GeocodeQueryComponents.Builder,,- GeocodeQueryComponents> - SdkPojo
- Enclosing class:
- GeocodeQueryComponents
@Mutable
@NotThreadSafe
public static interface GeocodeQueryComponents.Builder
extends SdkPojo, CopyableBuilder<GeocodeQueryComponents.Builder,GeocodeQueryComponents> 
- 
Method SummaryModifier and TypeMethodDescriptionaddressNumber(String addressNumber) The house number or address results should have.The alpha-2 or alpha-3 character code for the country that the results will be present in.The district or division of a city the results should be present in.The city or locality results should be present in.postalCode(String postalCode) An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.The region or state results should be to be present in.The name of the street results should be present in.The sub-region or county for which results should be present in.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- 
countryThe alpha-2 or alpha-3 character code for the country that the results will be present in. - Parameters:
- country- The alpha-2 or alpha-3 character code for the country that the results will be present in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionThe region or state results should be to be present in. Example: North Rhine-Westphalia.- Parameters:
- region- The region or state results should be to be present in.- Example: - North Rhine-Westphalia.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subRegionThe sub-region or county for which results should be present in. - Parameters:
- subRegion- The sub-region or county for which results should be present in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localityThe city or locality results should be present in. Example: Vancouver.- Parameters:
- locality- The city or locality results should be present in.- Example: - Vancouver.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
districtThe district or division of a city the results should be present in. - Parameters:
- district- The district or division of a city the results should be present in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
streetThe name of the street results should be present in. - Parameters:
- street- The name of the street results should be present in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addressNumberThe house number or address results should have. - Parameters:
- addressNumber- The house number or address results should have.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
postalCodeAn alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess. - Parameters:
- postalCode- An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-