Interface IpGeoLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpGeoLocation.Builder,IpGeoLocation>,SdkBuilder<IpGeoLocation.Builder,IpGeoLocation>,SdkPojo
- Enclosing class:
- IpGeoLocation
public static interface IpGeoLocation.Builder extends SdkPojo, CopyableBuilder<IpGeoLocation.Builder,IpGeoLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpGeoLocation.Builderlat(Double lat)The latitude coordinate of the location, rounded to four decimal places.IpGeoLocation.Builderlon(Double lon)The longitude coordinate of the location, rounded to four decimal places.-
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
-
lat
IpGeoLocation.Builder lat(Double lat)
The latitude coordinate of the location, rounded to four decimal places.
- Parameters:
lat- The latitude coordinate of the location, rounded to four decimal places.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lon
IpGeoLocation.Builder lon(Double lon)
The longitude coordinate of the location, rounded to four decimal places.
- Parameters:
lon- The longitude coordinate of the location, rounded to four decimal places.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-