public static interface GeoLocation.Builder extends CopyableBuilder<GeoLocation.Builder,GeoLocation>
| Modifier and Type | Method and Description | 
|---|---|
| GeoLocation.Builder | lat(Double lat)Latitude information of remote IP address. | 
| GeoLocation.Builder | lon(Double lon)Longitude information of remote IP address. | 
copyapplyMutation, buildGeoLocation.Builder lat(Double lat)
lat - Latitude information of remote IP address.GeoLocation.Builder lon(Double lon)
lon - Longitude information of remote IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.