Interface PutPositionConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>,IotWirelessRequest.Builder,SdkBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutPositionConfigurationRequest
public static interface PutPositionConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<PutPositionConfigurationRequest.Builder,PutPositionConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PutPositionConfigurationRequest.Builderdestination(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutPositionConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutPositionConfigurationRequest.BuilderresourceIdentifier(String resourceIdentifier)Resource identifier used to update the position configuration.PutPositionConfigurationRequest.BuilderresourceType(String resourceType)Resource type of the resource for which you want to update the position configuration.PutPositionConfigurationRequest.BuilderresourceType(PositionResourceType resourceType)Resource type of the resource for which you want to update the position configuration.default PutPositionConfigurationRequest.Buildersolvers(Consumer<PositionSolverConfigurations.Builder> solvers)The positioning solvers used to update the position configuration of the resource.PutPositionConfigurationRequest.Buildersolvers(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, sdkFields
-
-
-
-
Method Detail
-
resourceIdentifier
PutPositionConfigurationRequest.Builder resourceIdentifier(String 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
PutPositionConfigurationRequest.Builder resourceType(String 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:
PositionResourceType,PositionResourceType
-
resourceType
PutPositionConfigurationRequest.Builder resourceType(PositionResourceType 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:
PositionResourceType,PositionResourceType
-
solvers
PutPositionConfigurationRequest.Builder solvers(PositionSolverConfigurations 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.Builderavoiding the need to create one manually viaPositionSolverConfigurations.builder().When the
Consumercompletes,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:
solvers(PositionSolverConfigurations)
-
destination
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutPositionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-