public static interface GetPositionConfigurationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPositionConfigurationResponse.Builder,GetPositionConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPositionConfigurationResponse.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.
|
default GetPositionConfigurationResponse.Builder |
solvers(Consumer<PositionSolverDetails.Builder> solvers)
The wrapper for the solver configuration details object.
|
GetPositionConfigurationResponse.Builder |
solvers(PositionSolverDetails solvers)
The wrapper for the solver configuration details object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPositionConfigurationResponse.Builder solvers(PositionSolverDetails solvers)
The wrapper for the solver configuration details object.
solvers - The wrapper for the solver configuration details object.default GetPositionConfigurationResponse.Builder solvers(Consumer<PositionSolverDetails.Builder> solvers)
The wrapper for the solver configuration details object.
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)GetPositionConfigurationResponse.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.