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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANPublicGatewayMetadata.BuilderdlAllowed(Boolean dlAllowed)Boolean that indicates whether downlink is allowed using the network.LoRaWANPublicGatewayMetadata.Builderid(String id)The ID of the gateways that are operated by the network provider.LoRaWANPublicGatewayMetadata.BuilderproviderNetId(String providerNetId)The ID of the LoRaWAN public network provider.LoRaWANPublicGatewayMetadata.BuilderrfRegion(String rfRegion)Sets the value of the RfRegion property for this object.LoRaWANPublicGatewayMetadata.Builderrssi(Double rssi)The RSSI (received signal strength indicator) value.LoRaWANPublicGatewayMetadata.Buildersnr(Double snr)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 Detail
-
providerNetId
LoRaWANPublicGatewayMetadata.Builder providerNetId(String 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
LoRaWANPublicGatewayMetadata.Builder id(String 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
LoRaWANPublicGatewayMetadata.Builder rssi(Double 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
LoRaWANPublicGatewayMetadata.Builder snr(Double 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
LoRaWANPublicGatewayMetadata.Builder rfRegion(String 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
LoRaWANPublicGatewayMetadata.Builder dlAllowed(Boolean 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.
-
-