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
Modifier and TypeMethodDescriptionThe latitude coordinate of the location, rounded to four decimal places.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 Details
-
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
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.
-