public static final class CfnMulticastGroup.LoRaWANProperty.Builder
extends java.lang.Object
CfnMulticastGroup.LoRaWANProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnMulticastGroup.LoRaWANProperty |
build()
Builds the configured instance.
|
CfnMulticastGroup.LoRaWANProperty.Builder |
dlClass(java.lang.String dlClass)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getDlClass() |
CfnMulticastGroup.LoRaWANProperty.Builder |
numberOfDevicesInGroup(java.lang.Number numberOfDevicesInGroup)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup() |
CfnMulticastGroup.LoRaWANProperty.Builder |
numberOfDevicesRequested(java.lang.Number numberOfDevicesRequested)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested() |
CfnMulticastGroup.LoRaWANProperty.Builder |
rfRegion(java.lang.String rfRegion)
Sets the value of
CfnMulticastGroup.LoRaWANProperty.getRfRegion() |
public CfnMulticastGroup.LoRaWANProperty.Builder dlClass(java.lang.String dlClass)
CfnMulticastGroup.LoRaWANProperty.getDlClass()
dlClass
- DlClass for LoRaWAN. This parameter is required.
Valid values are ClassB and ClassC.this
public CfnMulticastGroup.LoRaWANProperty.Builder rfRegion(java.lang.String rfRegion)
CfnMulticastGroup.LoRaWANProperty.getRfRegion()
rfRegion
- The frequency band (RFRegion) value. This parameter is required.this
public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesInGroup(java.lang.Number numberOfDevicesInGroup)
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup()
numberOfDevicesInGroup
- Number of devices that are associated to the multicast group.this
public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesRequested(java.lang.Number numberOfDevicesRequested)
CfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested()
numberOfDevicesRequested
- Number of devices that are requested to be associated with the multicast group.this
public CfnMulticastGroup.LoRaWANProperty build()
CfnMulticastGroup.LoRaWANProperty
java.lang.NullPointerException
- if any required attribute was not provided