Interface GnssCapture.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GnssCapture.Builder,,GnssCapture> SdkBuilder<GnssCapture.Builder,,GnssCapture> SdkPojo
- Enclosing class:
GnssCapture
@Mutable
@NotThreadSafe
public static interface GnssCapture.Builder
extends SdkPojo, CopyableBuilder<GnssCapture.Builder,GnssCapture>
-
Method Summary
Modifier and TypeMethodDescriptioncaptureTime(Float captureTime) Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST).Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
payload
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
- Parameters:
payload- Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
captureTime
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.
- Parameters:
captureTime- Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-