public static interface CfnMulticastGroup.LoRaWANProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotwireless.*; LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder() .dlClass("dlClass") .rfRegion("rfRegion") // the properties below are optional .numberOfDevicesInGroup(123) .numberOfDevicesRequested(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMulticastGroup.LoRaWANProperty.Builder
A builder for
CfnMulticastGroup.LoRaWANProperty |
static class |
CfnMulticastGroup.LoRaWANProperty.Jsii$Proxy
An implementation for
CfnMulticastGroup.LoRaWANProperty |
Modifier and Type | Method and Description |
---|---|
static CfnMulticastGroup.LoRaWANProperty.Builder |
builder() |
java.lang.String |
getDlClass()
DlClass for LoRaWAN.
|
default java.lang.Number |
getNumberOfDevicesInGroup()
Number of devices that are associated to the multicast group.
|
default java.lang.Number |
getNumberOfDevicesRequested()
Number of devices that are requested to be associated with the multicast group.
|
java.lang.String |
getRfRegion()
The frequency band (RFRegion) value.
|
java.lang.String getDlClass()
Valid values are ClassB and ClassC.
java.lang.String getRfRegion()
default java.lang.Number getNumberOfDevicesInGroup()
default java.lang.Number getNumberOfDevicesRequested()
static CfnMulticastGroup.LoRaWANProperty.Builder builder()