Interface GetPositionEstimateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPositionEstimateRequest.Builder,GetPositionEstimateRequest>,IotWirelessRequest.Builder,SdkBuilder<GetPositionEstimateRequest.Builder,GetPositionEstimateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPositionEstimateRequest
public static interface GetPositionEstimateRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<GetPositionEstimateRequest.Builder,GetPositionEstimateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetPositionEstimateRequest.BuildercellTowers(Consumer<CellTowers.Builder> cellTowers)Retrieves an estimated device position by resolving measurement data from cellular radio towers.GetPositionEstimateRequest.BuildercellTowers(CellTowers cellTowers)Retrieves an estimated device position by resolving measurement data from cellular radio towers.default GetPositionEstimateRequest.Buildergnss(Consumer<Gnss.Builder> gnss)Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.GetPositionEstimateRequest.Buildergnss(Gnss gnss)Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.default GetPositionEstimateRequest.Builderip(Consumer<Ip.Builder> ip)Retrieves an estimated device position by resolving the IP address information from the device.GetPositionEstimateRequest.Builderip(Ip ip)Retrieves an estimated device position by resolving the IP address information from the device.GetPositionEstimateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPositionEstimateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPositionEstimateRequest.Buildertimestamp(Instant timestamp)Optional information that specifies the time when the position information will be resolved.GetPositionEstimateRequest.BuilderwiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)Retrieves an estimated device position by resolving WLAN measurement data.GetPositionEstimateRequest.BuilderwiFiAccessPoints(Consumer<WiFiAccessPoint.Builder>... wiFiAccessPoints)Retrieves an estimated device position by resolving WLAN measurement data.GetPositionEstimateRequest.BuilderwiFiAccessPoints(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
wiFiAccessPoints
GetPositionEstimateRequest.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.
- 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(WiFiAccessPoint... 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.Builderavoiding the need to create one manually viaWiFiAccessPoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#wiFiAccessPoints(List.) - 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:
#wiFiAccessPoints(java.util.Collection)
-
cellTowers
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.
- 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
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.Builderavoiding the need to create one manually viaCellTowers.builder().When the
Consumercompletes,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:
cellTowers(CellTowers)
-
ip
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.
- 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
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.Builderavoiding the need to create one manually viaIp.builder().When the
Consumercompletes,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:
ip(Ip)
-
gnss
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.
- 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
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.Builderavoiding the need to create one manually viaGnss.builder().When the
Consumercompletes,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:
gnss(Gnss)
-
timestamp
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPositionEstimateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-