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