Interface LoRaWANUpdateDevice.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>,SdkBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>,SdkPojo
- Enclosing class:
- LoRaWANUpdateDevice
public static interface LoRaWANUpdateDevice.Builder extends SdkPojo, CopyableBuilder<LoRaWANUpdateDevice.Builder,LoRaWANUpdateDevice>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LoRaWANUpdateDevice.BuilderabpV1_0_x(Consumer<UpdateAbpV1_0_x.Builder> abpV1_0_x)ABP device object for update APIs for v1.0.xLoRaWANUpdateDevice.BuilderabpV1_0_x(UpdateAbpV1_0_x abpV1_0_x)ABP device object for update APIs for v1.0.xdefault LoRaWANUpdateDevice.BuilderabpV1_1(Consumer<UpdateAbpV1_1.Builder> abpV1_1)ABP device object for update APIs for v1.1LoRaWANUpdateDevice.BuilderabpV1_1(UpdateAbpV1_1 abpV1_1)ABP device object for update APIs for v1.1LoRaWANUpdateDevice.BuilderdeviceProfileId(String deviceProfileId)The ID of the device profile for the wireless device.default LoRaWANUpdateDevice.BuilderfPorts(Consumer<UpdateFPorts.Builder> fPorts)FPorts object for the positioning information of the device.LoRaWANUpdateDevice.BuilderfPorts(UpdateFPorts fPorts)FPorts object for the positioning information of the device.LoRaWANUpdateDevice.BuilderserviceProfileId(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deviceProfileId
LoRaWANUpdateDevice.Builder deviceProfileId(String 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
LoRaWANUpdateDevice.Builder serviceProfileId(String 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
LoRaWANUpdateDevice.Builder abpV1_1(UpdateAbpV1_1 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
default LoRaWANUpdateDevice.Builder abpV1_1(Consumer<UpdateAbpV1_1.Builder> abpV1_1)
ABP device object for update APIs for v1.1
This is a convenience method that creates an instance of theUpdateAbpV1_1.Builderavoiding the need to create one manually viaUpdateAbpV1_1.builder().When the
Consumercompletes,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_1(UpdateAbpV1_1)
-
abpV1_0_x
LoRaWANUpdateDevice.Builder abpV1_0_x(UpdateAbpV1_0_x 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
default LoRaWANUpdateDevice.Builder abpV1_0_x(Consumer<UpdateAbpV1_0_x.Builder> 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.Builderavoiding the need to create one manually viaUpdateAbpV1_0_x.builder().When the
Consumercompletes,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:
abpV1_0_x(UpdateAbpV1_0_x)
-
fPorts
LoRaWANUpdateDevice.Builder fPorts(UpdateFPorts 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
default LoRaWANUpdateDevice.Builder fPorts(Consumer<UpdateFPorts.Builder> fPorts)
FPorts object for the positioning information of the device.
This is a convenience method that creates an instance of theUpdateFPorts.Builderavoiding the need to create one manually viaUpdateFPorts.builder().When the
Consumercompletes,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:
fPorts(UpdateFPorts)
-
-