Interface SemtechGnssDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>,SdkBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>,SdkPojo
- Enclosing class:
- SemtechGnssDetail
public static interface SemtechGnssDetail.Builder extends SdkPojo, CopyableBuilder<SemtechGnssDetail.Builder,SemtechGnssDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SemtechGnssDetail.Builderfec(String fec)Whether forward error correction is enabled.SemtechGnssDetail.Builderfec(PositionConfigurationFec fec)Whether forward error correction is enabled.SemtechGnssDetail.Builderprovider(String provider)The vendor of the solver object.SemtechGnssDetail.Builderprovider(PositionSolverProvider provider)The vendor of the solver object.SemtechGnssDetail.Builderstatus(String status)The status indicating whether the solver is enabled.SemtechGnssDetail.Builderstatus(PositionConfigurationStatus status)The status indicating whether the solver is enabled.SemtechGnssDetail.Buildertype(String type)The type of positioning solver used.SemtechGnssDetail.Buildertype(PositionSolverType type)The type of positioning solver used.-
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 Detail
-
provider
SemtechGnssDetail.Builder provider(String provider)
The vendor of the solver object.
- Parameters:
provider- The vendor of the solver object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionSolverProvider,PositionSolverProvider
-
provider
SemtechGnssDetail.Builder provider(PositionSolverProvider provider)
The vendor of the solver object.
- Parameters:
provider- The vendor of the solver object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionSolverProvider,PositionSolverProvider
-
type
SemtechGnssDetail.Builder type(String type)
The type of positioning solver used.
- Parameters:
type- The type of positioning solver used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionSolverType,PositionSolverType
-
type
SemtechGnssDetail.Builder type(PositionSolverType type)
The type of positioning solver used.
- Parameters:
type- The type of positioning solver used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionSolverType,PositionSolverType
-
status
SemtechGnssDetail.Builder status(String 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:
PositionConfigurationStatus,PositionConfigurationStatus
-
status
SemtechGnssDetail.Builder status(PositionConfigurationStatus 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:
PositionConfigurationStatus,PositionConfigurationStatus
-
fec
SemtechGnssDetail.Builder fec(String 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:
PositionConfigurationFec,PositionConfigurationFec
-
fec
SemtechGnssDetail.Builder fec(PositionConfigurationFec 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:
PositionConfigurationFec,PositionConfigurationFec
-
-