Interface LoRaWANSendDataToDevice.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANSendDataToDevice.Builder,,LoRaWANSendDataToDevice> SdkBuilder<LoRaWANSendDataToDevice.Builder,,LoRaWANSendDataToDevice> SdkPojo
- Enclosing class:
LoRaWANSendDataToDevice
public static interface LoRaWANSendDataToDevice.Builder
extends SdkPojo, CopyableBuilder<LoRaWANSendDataToDevice.Builder,LoRaWANSendDataToDevice>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the FPort property for this object.default LoRaWANSendDataToDevice.BuilderparticipatingGateways(Consumer<ParticipatingGateways.Builder> participatingGateways) Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.participatingGateways(ParticipatingGateways participatingGateways) Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fPort
Sets the value of the FPort property for this object.- Parameters:
fPort- The new value for the FPort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participatingGateways
Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
- Parameters:
participatingGateways- Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participatingGateways
default LoRaWANSendDataToDevice.Builder participatingGateways(Consumer<ParticipatingGateways.Builder> participatingGateways) Choose the gateways that you want to use for the downlink data traffic when the wireless device is running in class B or class C mode.
This is a convenience method that creates an instance of theParticipatingGateways.Builderavoiding the need to create one manually viaParticipatingGateways.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparticipatingGateways(ParticipatingGateways).- Parameters:
participatingGateways- a consumer that will call methods onParticipatingGateways.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-