public static interface PutPositionConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutPositionConfigurationRequest.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.
|
PutPositionConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutPositionConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutPositionConfigurationRequest.Builder |
resourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
|
PutPositionConfigurationRequest.Builder |
resourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
|
PutPositionConfigurationRequest.Builder |
resourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
|
default PutPositionConfigurationRequest.Builder |
solvers(Consumer<PositionSolverConfigurations.Builder> solvers)
The positioning solvers used to update the position configuration of the resource.
|
PutPositionConfigurationRequest.Builder |
solvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPositionConfigurationRequest.Builder resourceIdentifier(String resourceIdentifier)
Resource identifier used to update the position configuration.
resourceIdentifier - Resource identifier used to update the position configuration.PutPositionConfigurationRequest.Builder resourceType(String resourceType)
Resource type of the resource for which you want to update the position configuration.
resourceType - Resource type of the resource for which you want to update the position configuration.PositionResourceType,
PositionResourceTypePutPositionConfigurationRequest.Builder resourceType(PositionResourceType resourceType)
Resource type of the resource for which you want to update the position configuration.
resourceType - Resource type of the resource for which you want to update the position configuration.PositionResourceType,
PositionResourceTypePutPositionConfigurationRequest.Builder solvers(PositionSolverConfigurations solvers)
The positioning solvers used to update the position configuration of the resource.
solvers - The positioning solvers used to update the position configuration of the resource.default PutPositionConfigurationRequest.Builder solvers(Consumer<PositionSolverConfigurations.Builder> solvers)
The positioning solvers used to update the position configuration of the resource.
This is a convenience method that creates an instance of thePositionSolverConfigurations.Builder
avoiding the need to create one manually via PositionSolverConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to solvers(PositionSolverConfigurations).
solvers - a consumer that will call methods on PositionSolverConfigurations.Buildersolvers(PositionSolverConfigurations)PutPositionConfigurationRequest.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.PutPositionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutPositionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.