Interface PositionSolverConfigurations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PositionSolverConfigurations.Builder,
,PositionSolverConfigurations> SdkBuilder<PositionSolverConfigurations.Builder,
,PositionSolverConfigurations> SdkPojo
- Enclosing class:
PositionSolverConfigurations
@Mutable
@NotThreadSafe
public static interface PositionSolverConfigurations.Builder
extends SdkPojo, CopyableBuilder<PositionSolverConfigurations.Builder,PositionSolverConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptionsemtechGnss
(Consumer<SemtechGnssConfiguration.Builder> semtechGnss) The Semtech GNSS solver configuration object.semtechGnss
(SemtechGnssConfiguration semtechGnss) The Semtech GNSS solver configuration object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
semtechGnss
The Semtech GNSS solver configuration object.
- Parameters:
semtechGnss
- The Semtech GNSS solver configuration object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semtechGnss
default PositionSolverConfigurations.Builder semtechGnss(Consumer<SemtechGnssConfiguration.Builder> semtechGnss) The Semtech GNSS solver configuration object.
This is a convenience method that creates an instance of theSemtechGnssConfiguration.Builder
avoiding the need to create one manually viaSemtechGnssConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosemtechGnss(SemtechGnssConfiguration)
.- Parameters:
semtechGnss
- a consumer that will call methods onSemtechGnssConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-