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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Positioning.BuilderclockSync(Integer clockSync)Sets the value of the ClockSync property for this object.Positioning.Buildergnss(Integer gnss)Sets the value of the Gnss property for this object.Positioning.Builderstream(Integer stream)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 Detail
-
clockSync
Positioning.Builder clockSync(Integer 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
Positioning.Builder stream(Integer 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
Positioning.Builder gnss(Integer 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.
-
-