public static interface UpdateFPorts.Builder extends SdkPojo, CopyableBuilder<UpdateFPorts.Builder,UpdateFPorts>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFPorts.Builder |
positioning(Consumer<Positioning.Builder> positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
UpdateFPorts.Builder |
positioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFPorts.Builder positioning(Positioning positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
positioning - Positioning FPorts for the ClockSync, Stream, and GNSS functions.default UpdateFPorts.Builder positioning(Consumer<Positioning.Builder> positioning)
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
This is a convenience method that creates an instance of thePositioning.Builder avoiding the need to
create one manually via Positioning.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to positioning(Positioning).
positioning - a consumer that will call methods on Positioning.Builderpositioning(Positioning)Copyright © 2022. All rights reserved.