public static interface GetPositionEstimateRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetPositionEstimateRequest.Builder,GetPositionEstimateRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPositionEstimateRequest.Builder |
cellTowers(CellTowers cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers.
|
default GetPositionEstimateRequest.Builder |
cellTowers(Consumer<CellTowers.Builder> cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers.
|
default GetPositionEstimateRequest.Builder |
gnss(Consumer<Gnss.Builder> gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.
|
GetPositionEstimateRequest.Builder |
gnss(Gnss gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.
|
default GetPositionEstimateRequest.Builder |
ip(Consumer<Ip.Builder> ip)
Retrieves an estimated device position by resolving the IP address information from the device.
|
GetPositionEstimateRequest.Builder |
ip(Ip ip)
Retrieves an estimated device position by resolving the IP address information from the device.
|
GetPositionEstimateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPositionEstimateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPositionEstimateRequest.Builder |
timestamp(Instant timestamp)
Optional information that specifies the time when the position information will be resolved.
|
GetPositionEstimateRequest.Builder |
wiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data.
|
GetPositionEstimateRequest.Builder |
wiFiAccessPoints(Consumer<WiFiAccessPoint.Builder>... wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data.
|
GetPositionEstimateRequest.Builder |
wiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPositionEstimateRequest.Builder wiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
wiFiAccessPoints - Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved
using HERE's Wi-Fi based solver.GetPositionEstimateRequest.Builder wiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
wiFiAccessPoints - Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved
using HERE's Wi-Fi based solver.GetPositionEstimateRequest.Builder wiFiAccessPoints(Consumer<WiFiAccessPoint.Builder>... wiFiAccessPoints)
Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
This is a convenience method that creates an instance of theWiFiAccessPoint.Builder avoiding the need to create
one manually via WiFiAccessPoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #wiFiAccessPoints(List.
wiFiAccessPoints - a consumer that will call methods on
WiFiAccessPoint.Builder#wiFiAccessPoints(java.util.Collection) GetPositionEstimateRequest.Builder cellTowers(CellTowers cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
cellTowers - Retrieves an estimated device position by resolving measurement data from cellular radio towers. The
position is resolved using HERE's cellular-based solver.default GetPositionEstimateRequest.Builder cellTowers(Consumer<CellTowers.Builder> cellTowers)
Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
This is a convenience method that creates an instance of theCellTowers.Builder avoiding the need to
create one manually via CellTowers.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to cellTowers(CellTowers).
cellTowers - a consumer that will call methods on CellTowers.BuildercellTowers(CellTowers)GetPositionEstimateRequest.Builder ip(Ip ip)
Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.
ip - Retrieves an estimated device position by resolving the IP address information from the device. The
position is resolved using MaxMind's IP-based solver.default GetPositionEstimateRequest.Builder ip(Consumer<Ip.Builder> ip)
Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.
This is a convenience method that creates an instance of theIp.Builder avoiding the need to create
one manually via Ip.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to ip(Ip).
ip - a consumer that will call methods on Ip.Builderip(Ip)GetPositionEstimateRequest.Builder gnss(Gnss gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.
gnss - Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan
data. The position is resolved using the GNSS solver powered by LoRa Cloud.default GetPositionEstimateRequest.Builder gnss(Consumer<Gnss.Builder> gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.
This is a convenience method that creates an instance of theGnss.Builder avoiding the need to create
one manually via Gnss.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to gnss(Gnss).
gnss - a consumer that will call methods on Gnss.Buildergnss(Gnss)GetPositionEstimateRequest.Builder timestamp(Instant timestamp)
Optional information that specifies the time when the position information will be resolved. It uses the UNIX timestamp format. If not specified, the time at which the request was received will be used.
timestamp - Optional information that specifies the time when the position information will be resolved. It uses
the UNIX timestamp format. If not specified, the time at which the request was received will be used.GetPositionEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPositionEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.