Interface Positioning.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Positioning.Builder,
,Positioning> SdkBuilder<Positioning.Builder,
,Positioning> SdkPojo
- Enclosing class:
Positioning
public static interface Positioning.Builder
extends SdkPojo, CopyableBuilder<Positioning.Builder,Positioning>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the ClockSync property for this object.Sets the value of the Gnss property for this object.Sets the value of the Stream property for this 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, sdkFields
-
Method Details
-
clockSync
Sets the value of the ClockSync property for this object.- Parameters:
clockSync
- The new value for the ClockSync property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stream
Sets the value of the Stream property for this object.- Parameters:
stream
- The new value for the Stream property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gnss
Sets the value of the Gnss property for this object.- Parameters:
gnss
- The new value for the Gnss property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-