Interface SemtechGnssConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SemtechGnssConfiguration.Builder,
,SemtechGnssConfiguration> SdkBuilder<SemtechGnssConfiguration.Builder,
,SemtechGnssConfiguration> SdkPojo
- Enclosing class:
SemtechGnssConfiguration
@Mutable
@NotThreadSafe
public static interface SemtechGnssConfiguration.Builder
extends SdkPojo, CopyableBuilder<SemtechGnssConfiguration.Builder,SemtechGnssConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionWhether forward error correction is enabled.Whether forward error correction is enabled.The status indicating whether the solver is enabled.status
(PositionConfigurationStatus status) The status indicating whether the solver is enabled.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
-
status
The status indicating whether the solver is enabled.
- Parameters:
status
- The status indicating whether the solver is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status indicating whether the solver is enabled.
- Parameters:
status
- The status indicating whether the solver is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fec
Whether forward error correction is enabled.
- Parameters:
fec
- Whether forward error correction is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fec
Whether forward error correction is enabled.
- Parameters:
fec
- Whether forward error correction is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-