Interface Accuracy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Accuracy.Builder,Accuracy>,SdkBuilder<Accuracy.Builder,Accuracy>,SdkPojo
- Enclosing class:
- Accuracy
public static interface Accuracy.Builder extends SdkPojo, CopyableBuilder<Accuracy.Builder,Accuracy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Accuracy.BuilderhorizontalAccuracy(Float horizontalAccuracy)The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.Accuracy.BuilderverticalAccuracy(Float verticalAccuracy)The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.-
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
-
horizontalAccuracy
Accuracy.Builder horizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
- Parameters:
horizontalAccuracy- The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verticalAccuracy
Accuracy.Builder verticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
- Parameters:
verticalAccuracy- The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-