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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoMatchParams.BuilderareaCode(String areaCode)The area code.GeoMatchParams.Buildercountry(String country)The country.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
country
GeoMatchParams.Builder country(String country)
The country.
- Parameters:
country- The country.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
areaCode
GeoMatchParams.Builder areaCode(String areaCode)
The area code.
- Parameters:
areaCode- The area code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-