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