Interface WiFiCellular.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WiFiCellular.Builder,,WiFiCellular> SdkBuilder<WiFiCellular.Builder,,WiFiCellular> SdkPojo
- Enclosing class:
WiFiCellular
@Mutable
@NotThreadSafe
public static interface WiFiCellular.Builder
extends SdkPojo, CopyableBuilder<WiFiCellular.Builder,WiFiCellular>
-
Method Summary
Modifier and TypeMethodDescriptionconfidencePercent(Integer confidencePercent) The confidence level for WiFi and cellular position estimates, expressed as a percentage.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
-
confidencePercent
The confidence level for WiFi and cellular position estimates, expressed as a percentage. This value determines the size of the confidence area or uncertainty radius for the estimated position. A higher confidence level produces a larger uncertainty radius, while a lower confidence level produces a smaller, more precise radius.
Valid range: 50 to 99 inclusive. If not specified, the default value of 68 is used, which corresponds to approximately one standard deviation of the normal distribution.
- Parameters:
confidencePercent- The confidence level for WiFi and cellular position estimates, expressed as a percentage. This value determines the size of the confidence area or uncertainty radius for the estimated position. A higher confidence level produces a larger uncertainty radius, while a lower confidence level produces a smaller, more precise radius.Valid range: 50 to 99 inclusive. If not specified, the default value of 68 is used, which corresponds to approximately one standard deviation of the normal distribution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-