Interface UpdateFPorts.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateFPorts.Builder,
,UpdateFPorts> SdkBuilder<UpdateFPorts.Builder,
,UpdateFPorts> SdkPojo
- Enclosing class:
UpdateFPorts
public static interface UpdateFPorts.Builder
extends SdkPojo, CopyableBuilder<UpdateFPorts.Builder,UpdateFPorts>
-
Method Summary
Modifier and TypeMethodDescriptionapplications
(Collection<ApplicationConfig> applications) LoRaWAN application, which can be used for geolocation by activating positioning.applications
(Consumer<ApplicationConfig.Builder>... applications) LoRaWAN application, which can be used for geolocation by activating positioning.applications
(ApplicationConfig... applications) LoRaWAN application, which can be used for geolocation by activating positioning.default UpdateFPorts.Builder
positioning
(Consumer<Positioning.Builder> positioning) Positioning FPorts for the ClockSync, Stream, and GNSS functions.positioning
(Positioning positioning) Positioning FPorts for the ClockSync, Stream, and GNSS functions.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
-
positioning
Positioning FPorts for the ClockSync, Stream, and GNSS functions.
- Parameters:
positioning
- Positioning FPorts for the ClockSync, Stream, and GNSS functions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPositioning.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topositioning(Positioning)
.- Parameters:
positioning
- a consumer that will call methods onPositioning.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
applications
LoRaWAN application, which can be used for geolocation by activating positioning.
- Parameters:
applications
- LoRaWAN application, which can be used for geolocation by activating positioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
LoRaWAN application, which can be used for geolocation by activating positioning.
- Parameters:
applications
- LoRaWAN application, which can be used for geolocation by activating positioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
LoRaWAN application, which can be used for geolocation by activating positioning.
This is a convenience method that creates an instance of theApplicationConfig.Builder
avoiding the need to create one manually viaApplicationConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplications(List<ApplicationConfig>)
.- Parameters:
applications
- a consumer that will call methods onApplicationConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-