Class CfnMulticastGroup.LoRaWANProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.LoRaWANProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMulticastGroup.LoRaWANProperty>
- Enclosing interface:
CfnMulticastGroup.LoRaWANProperty
@Stability(Stable)
public static final class CfnMulticastGroup.LoRaWANProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMulticastGroup.LoRaWANProperty>
A builder for
CfnMulticastGroup.LoRaWANProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMulticastGroup.LoRaWANProperty.getDlClass()
numberOfDevicesInGroup
(Number numberOfDevicesInGroup) Sets the value ofCfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup()
numberOfDevicesRequested
(Number numberOfDevicesRequested) Sets the value ofCfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested()
Sets the value ofCfnMulticastGroup.LoRaWANProperty.getRfRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dlClass
Sets the value ofCfnMulticastGroup.LoRaWANProperty.getDlClass()
- Parameters:
dlClass
- DlClass for LoRaWAN. This parameter is required. Valid values are ClassB and ClassC.- Returns:
this
-
rfRegion
Sets the value ofCfnMulticastGroup.LoRaWANProperty.getRfRegion()
- Parameters:
rfRegion
- The frequency band (RFRegion) value. This parameter is required.- Returns:
this
-
numberOfDevicesInGroup
@Stability(Stable) public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesInGroup(Number numberOfDevicesInGroup) Sets the value ofCfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesInGroup()
- Parameters:
numberOfDevicesInGroup
- Number of devices that are associated to the multicast group.- Returns:
this
-
numberOfDevicesRequested
@Stability(Stable) public CfnMulticastGroup.LoRaWANProperty.Builder numberOfDevicesRequested(Number numberOfDevicesRequested) Sets the value ofCfnMulticastGroup.LoRaWANProperty.getNumberOfDevicesRequested()
- Parameters:
numberOfDevicesRequested
- Number of devices that are requested to be associated with the multicast group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMulticastGroup.LoRaWANProperty>
- Returns:
- a new instance of
CfnMulticastGroup.LoRaWANProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-