Interface GetPositionConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetPositionConfigurationResponse.Builder,,GetPositionConfigurationResponse> IotWirelessResponse.Builder,SdkBuilder<GetPositionConfigurationResponse.Builder,,GetPositionConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPositionConfigurationResponse
public static interface GetPositionConfigurationResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPositionConfigurationResponse.Builder,GetPositionConfigurationResponse> 
- 
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.solvers(Consumer<PositionSolverDetails.Builder> solvers) The wrapper for the solver configuration details object.solvers(PositionSolverDetails solvers) The wrapper for the solver configuration details object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
solvers
The wrapper for the solver configuration details object.
- Parameters:
 solvers- The wrapper for the solver configuration details object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
solvers
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.Builderavoiding the need to create one manually viaPositionSolverDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosolvers(PositionSolverDetails).- Parameters:
 solvers- a consumer that will call methods onPositionSolverDetails.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.
 
 
 -