@Stability(value=Stable) public static final class CfnMulticastGroup.LoRaWANProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMulticastGroup.LoRaWANProperty>
CfnMulticastGroup.LoRaWANProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMulticastGroup.LoRaWANProperty |
build()
Builds the configured instance.
|
CfnMulticastGroup.LoRaWANProperty.Builder |
dlClass(String dlClass)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getDlClass() |
CfnMulticastGroup.LoRaWANProperty.Builder |
numberOfDevicesInGroup(Number numberOfDevicesInGroup)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup() |
CfnMulticastGroup.LoRaWANProperty.Builder |
numberOfDevicesRequested(Number numberOfDevicesRequested)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested() |
CfnMulticastGroup.LoRaWANProperty.Builder |
rfRegion(String rfRegion)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getRfRegion() |
@Stability(value=Stable) public CfnMulticastGroup.LoRaWANProperty.Builder dlClass(String dlClass)
CfnMulticastGroup.LoRaWANProperty.getDlClass()dlClass - DlClass for LoRaWAN. This parameter is required.
Valid values are ClassB and ClassC.this@Stability(value=Stable) public CfnMulticastGroup.LoRaWANProperty.Builder rfRegion(String rfRegion)
CfnMulticastGroup.LoRaWANProperty.getRfRegion()rfRegion - The frequency band (RFRegion) value. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesInGroup(Number numberOfDevicesInGroup)
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup()numberOfDevicesInGroup - Number of devices that are associated to the multicast group.this@Stability(value=Stable) public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesRequested(Number numberOfDevicesRequested)
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested()numberOfDevicesRequested - Number of devices that are requested to be associated with the multicast group.this@Stability(value=Stable) public CfnMulticastGroup.LoRaWANProperty build()
build in interface software.amazon.jsii.Builder<CfnMulticastGroup.LoRaWANProperty>CfnMulticastGroup.LoRaWANPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.