Interface GetPositionEstimateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetPositionEstimateRequest.Builder,
,GetPositionEstimateRequest> IotWirelessRequest.Builder
,SdkBuilder<GetPositionEstimateRequest.Builder,
,GetPositionEstimateRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetPositionEstimateRequest
-
Method Summary
Modifier and TypeMethodDescriptioncellTowers
(Consumer<CellTowers.Builder> cellTowers) Retrieves an estimated device position by resolving measurement data from cellular radio towers.cellTowers
(CellTowers cellTowers) Retrieves an estimated device position by resolving measurement data from cellular radio towers.gnss
(Consumer<Gnss.Builder> gnss) Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.ip
(Consumer<Ip.Builder> ip) Retrieves an estimated device position by resolving the IP address information from the device.Retrieves an estimated device position by resolving the IP address information from the device.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Optional information that specifies the time when the position information will be resolved.wiFiAccessPoints
(Collection<WiFiAccessPoint> wiFiAccessPoints) Retrieves an estimated device position by resolving WLAN measurement data.wiFiAccessPoints
(Consumer<WiFiAccessPoint.Builder>... wiFiAccessPoints) Retrieves an estimated device position by resolving WLAN measurement data.wiFiAccessPoints
(WiFiAccessPoint... wiFiAccessPoints) Retrieves an estimated device position by resolving WLAN measurement data.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
wiFiAccessPoints
Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
- Parameters:
wiFiAccessPoints
- Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wiFiAccessPoints
Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
- Parameters:
wiFiAccessPoints
- Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wiFiAccessPoints
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 viaWiFiAccessPoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towiFiAccessPoints(List<WiFiAccessPoint>)
.- Parameters:
wiFiAccessPoints
- a consumer that will call methods onWiFiAccessPoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cellTowers
Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
- Parameters:
cellTowers
- Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaCellTowers.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocellTowers(CellTowers)
.- Parameters:
cellTowers
- a consumer that will call methods onCellTowers.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaIp.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toip(Ip)
.- Parameters:
ip
- a consumer that will call methods onIp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaGnss.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tognss(Gnss)
.- Parameters:
gnss
- a consumer that will call methods onGnss.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPositionEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetPositionEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-