@Stability(value=Stable)
public static interface CfnMulticastGroup.LoRaWANProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDlClass()
DlClass for LoRaWAN.
|
default Number |
getNumberOfDevicesInGroup()
Number of devices that are associated to the multicast group.
|
default Number |
getNumberOfDevicesRequested()
Number of devices that are requested to be associated with the multicast group.
|
String |
getRfRegion()
The frequency band (RFRegion) value.
|
@Stability(value=Stable) @NotNull String getDlClass()
Valid values are ClassB and ClassC.
@Stability(value=Stable) @NotNull String getRfRegion()
@Stability(value=Stable) @Nullable default Number getNumberOfDevicesInGroup()
@Stability(value=Stable) @Nullable default Number getNumberOfDevicesRequested()
@Stability(value=Stable) static CfnMulticastGroup.LoRaWANProperty.Builder builder()
Copyright © 2022. All rights reserved.