Interface Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Location.Builder,Location>,SdkBuilder<Location.Builder,Location>,SdkPojo
- Enclosing class:
- Location
public static interface Location.Builder extends SdkPojo, CopyableBuilder<Location.Builder,Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location.Builderlatitude(Double latitude)The latitude.Location.Builderlongitude(Double longitude)The longitude.-
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
-
latitude
Location.Builder latitude(Double latitude)
The latitude.
- Parameters:
latitude- The latitude.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longitude
Location.Builder longitude(Double longitude)
The longitude.
- Parameters:
longitude- The longitude.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-