public static interface GeoLocation.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
GeoLocation.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.