Interface PutPositionConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutPositionConfigurationRequest.Builder,
,PutPositionConfigurationRequest> IotWirelessRequest.Builder
,SdkBuilder<PutPositionConfigurationRequest.Builder,
,PutPositionConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutPositionConfigurationRequest
@Mutable
@NotThreadSafe
public static interface PutPositionConfigurationRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifier
(String resourceIdentifier) Resource identifier used to update the position configuration.resourceType
(String resourceType) Resource type of the resource for which you want to update the position configuration.resourceType
(PositionResourceType resourceType) Resource type of the resource for which you want to update the position configuration.The positioning solvers used to update the position configuration of the resource.solvers
(PositionSolverConfigurations solvers) The positioning solvers used to update the position configuration of the resource.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 Details
-
resourceIdentifier
Resource identifier used to update the position configuration.
- Parameters:
resourceIdentifier
- Resource identifier used to update the position configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Resource type of the resource for which you want to update the position configuration.
- Parameters:
resourceType
- Resource type of the resource for which you want to update the position configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Resource type of the resource for which you want to update the position configuration.
- Parameters:
resourceType
- Resource type of the resource for which you want to update the position configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
solvers
The positioning solvers used to update the position configuration of the resource.
- Parameters:
solvers
- The positioning solvers used to update the position configuration of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solvers
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 viaPositionSolverConfigurations.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosolvers(PositionSolverConfigurations)
.- Parameters:
solvers
- a consumer that will call methods onPositionSolverConfigurations.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutPositionConfigurationRequest.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
PutPositionConfigurationRequest.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.
-