Interface LoRaWANPublicGatewayMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,
,LoRaWANPublicGatewayMetadata> SdkBuilder<LoRaWANPublicGatewayMetadata.Builder,
,LoRaWANPublicGatewayMetadata> SdkPojo
- Enclosing class:
LoRaWANPublicGatewayMetadata
public static interface LoRaWANPublicGatewayMetadata.Builder
extends SdkPojo, CopyableBuilder<LoRaWANPublicGatewayMetadata.Builder,LoRaWANPublicGatewayMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionBoolean that indicates whether downlink is allowed using the network.The ID of the gateways that are operated by the network provider.providerNetId
(String providerNetId) The ID of the LoRaWAN public network provider.Sets the value of the RfRegion property for this object.The RSSI (received signal strength indicator) value.The SNR (signal to noise ratio) value.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
-
providerNetId
The ID of the LoRaWAN public network provider.
- Parameters:
providerNetId
- The ID of the LoRaWAN public network provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the gateways that are operated by the network provider.
- Parameters:
id
- The ID of the gateways that are operated by the network provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rssi
The RSSI (received signal strength indicator) value.
- Parameters:
rssi
- The RSSI (received signal strength indicator) value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snr
The SNR (signal to noise ratio) value.
- Parameters:
snr
- The SNR (signal to noise ratio) value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rfRegion
Sets the value of the RfRegion property for this object.- Parameters:
rfRegion
- The new value for the RfRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dlAllowed
Boolean that indicates whether downlink is allowed using the network.
- Parameters:
dlAllowed
- Boolean that indicates whether downlink is allowed using the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-