Interface GeoMatchParams.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeoMatchParams.Builder,,GeoMatchParams> SdkBuilder<GeoMatchParams.Builder,,GeoMatchParams> SdkPojo
- Enclosing class:
 GeoMatchParams
public static interface GeoMatchParams.Builder
extends SdkPojo, CopyableBuilder<GeoMatchParams.Builder,GeoMatchParams> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe area code.The country.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, sdkFields 
- 
Method Details
- 
country
The country.
- Parameters:
 country- The country.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
areaCode
The area code.
- Parameters:
 areaCode- The area code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -