Interface Coordinate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Coordinate.Builder,,Coordinate> SdkBuilder<Coordinate.Builder,,Coordinate> SdkPojo
- Enclosing class:
Coordinate
@Mutable
@NotThreadSafe
public static interface Coordinate.Builder
extends SdkPojo, CopyableBuilder<Coordinate.Builder,Coordinate>
-
Method Summary
Modifier and TypeMethodDescriptionThe latitude coordinate value for the geocode preference.The longitude coordinate value for the geocode preference.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
latitude
The latitude coordinate value for the geocode preference.
- Parameters:
latitude- The latitude coordinate value for the geocode preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longitude
The longitude coordinate value for the geocode preference.
- Parameters:
longitude- The longitude coordinate value for the geocode preference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-