Interface GeocoderHierarchy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GeocoderHierarchy.Builder,,GeocoderHierarchy> SdkBuilder<GeocoderHierarchy.Builder,,GeocoderHierarchy> SdkPojo
- Enclosing class:
GeocoderHierarchy
@Mutable
@NotThreadSafe
public static interface GeocoderHierarchy.Builder
extends SdkPojo, CopyableBuilder<GeocoderHierarchy.Builder,GeocoderHierarchy>
-
Method Summary
Modifier and TypeMethodDescriptionThe city value for the preference hierarchy.The country value for the preference hierarchy.The county/district value for the preference hierarchy.The postcode value for the preference hierarchy.The state/region value for the preference hierarchy.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
-
country
The country value for the preference hierarchy.
- Parameters:
country- The country value for the preference hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state/region value for the preference hierarchy.
- Parameters:
state- The state/region value for the preference hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
county
The county/district value for the preference hierarchy.
- Parameters:
county- The county/district value for the preference hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
city
The city value for the preference hierarchy.
- Parameters:
city- The city value for the preference hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postCode
The postcode value for the preference hierarchy.
- Parameters:
postCode- The postcode value for the preference hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-