public static interface PositionConfigurationItem.Builder extends SdkPojo, CopyableBuilder<PositionConfigurationItem.Builder,PositionConfigurationItem>
| Modifier and Type | Method and Description |
|---|---|
PositionConfigurationItem.Builder |
destination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for
use by AWS IoT Core for LoRaWAN.
|
PositionConfigurationItem.Builder |
resourceIdentifier(String resourceIdentifier)
Resource identifier for the position configuration.
|
PositionConfigurationItem.Builder |
resourceType(PositionResourceType resourceType)
Resource type of the resource for the position configuration.
|
PositionConfigurationItem.Builder |
resourceType(String resourceType)
Resource type of the resource for the position configuration.
|
default PositionConfigurationItem.Builder |
solvers(Consumer<PositionSolverDetails.Builder> solvers)
The details of the positioning solver object used to compute the location.
|
PositionConfigurationItem.Builder |
solvers(PositionSolverDetails solvers)
The details of the positioning solver object used to compute the location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPositionConfigurationItem.Builder resourceIdentifier(String resourceIdentifier)
Resource identifier for the position configuration.
resourceIdentifier - Resource identifier for the position configuration.PositionConfigurationItem.Builder resourceType(String resourceType)
Resource type of the resource for the position configuration.
resourceType - Resource type of the resource for the position configuration.PositionResourceType,
PositionResourceTypePositionConfigurationItem.Builder resourceType(PositionResourceType resourceType)
Resource type of the resource for the position configuration.
resourceType - Resource type of the resource for the position configuration.PositionResourceType,
PositionResourceTypePositionConfigurationItem.Builder solvers(PositionSolverDetails solvers)
The details of the positioning solver object used to compute the location.
solvers - The details of the positioning solver object used to compute the location.default PositionConfigurationItem.Builder solvers(Consumer<PositionSolverDetails.Builder> solvers)
The details of the positioning solver object used to compute the location.
This is a convenience method that creates an instance of thePositionSolverDetails.Builder avoiding
the need to create one manually via PositionSolverDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to solvers(PositionSolverDetails).
solvers - a consumer that will call methods on PositionSolverDetails.Buildersolvers(PositionSolverDetails)PositionConfigurationItem.Builder destination(String destination)
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
destination - The position data destination that describes the AWS IoT rule that processes the device's position
data for use by AWS IoT Core for LoRaWAN.Copyright © 2023. All rights reserved.