Interface LoRaWANUpdateDevice.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANUpdateDevice.Builder,
,LoRaWANUpdateDevice> SdkBuilder<LoRaWANUpdateDevice.Builder,
,LoRaWANUpdateDevice> SdkPojo
- Enclosing class:
LoRaWANUpdateDevice
-
Method Summary
Modifier and TypeMethodDescriptiondefault LoRaWANUpdateDevice.Builder
abpV1_0_x
(Consumer<UpdateAbpV1_0_x.Builder> abpV1_0_x) ABP device object for update APIs for v1.0.xabpV1_0_x
(UpdateAbpV1_0_x abpV1_0_x) ABP device object for update APIs for v1.0.xdefault LoRaWANUpdateDevice.Builder
abpV1_1
(Consumer<UpdateAbpV1_1.Builder> abpV1_1) ABP device object for update APIs for v1.1abpV1_1
(UpdateAbpV1_1 abpV1_1) ABP device object for update APIs for v1.1deviceProfileId
(String deviceProfileId) The ID of the device profile for the wireless device.default LoRaWANUpdateDevice.Builder
fPorts
(Consumer<UpdateFPorts.Builder> fPorts) FPorts object for the positioning information of the device.fPorts
(UpdateFPorts fPorts) FPorts object for the positioning information of the device.serviceProfileId
(String serviceProfileId) The ID of the service profile.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
-
deviceProfileId
The ID of the device profile for the wireless device.
- Parameters:
deviceProfileId
- The ID of the device profile for the wireless device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceProfileId
The ID of the service profile.
- Parameters:
serviceProfileId
- The ID of the service profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abpV1_1
ABP device object for update APIs for v1.1
- Parameters:
abpV1_1
- ABP device object for update APIs for v1.1- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abpV1_1
ABP device object for update APIs for v1.1
This is a convenience method that creates an instance of theUpdateAbpV1_1.Builder
avoiding the need to create one manually viaUpdateAbpV1_1.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toabpV1_1(UpdateAbpV1_1)
.- Parameters:
abpV1_1
- a consumer that will call methods onUpdateAbpV1_1.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
abpV1_0_x
ABP device object for update APIs for v1.0.x
- Parameters:
abpV1_0_x
- ABP device object for update APIs for v1.0.x- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abpV1_0_x
ABP device object for update APIs for v1.0.x
This is a convenience method that creates an instance of theUpdateAbpV1_0_x.Builder
avoiding the need to create one manually viaUpdateAbpV1_0_x.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toabpV1_0_x(UpdateAbpV1_0_x)
.- Parameters:
abpV1_0_x
- a consumer that will call methods onUpdateAbpV1_0_x.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fPorts
FPorts object for the positioning information of the device.
- Parameters:
fPorts
- FPorts object for the positioning information of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fPorts
FPorts object for the positioning information of the device.
This is a convenience method that creates an instance of theUpdateFPorts.Builder
avoiding the need to create one manually viaUpdateFPorts.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofPorts(UpdateFPorts)
.- Parameters:
fPorts
- a consumer that will call methods onUpdateFPorts.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-