@Stability(value=Stable) public static final class CfnMulticastGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMulticastGroupProps>
CfnMulticastGroupProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnMulticastGroupProps.Builder loRaWan(CfnMulticastGroup.LoRaWANProperty loRaWan)
CfnMulticastGroupProps.getLoRaWan()loRaWan - The LoRaWAN information that is to be used with the multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder loRaWan(IResolvable loRaWan)
CfnMulticastGroupProps.getLoRaWan()loRaWan - The LoRaWAN information that is to be used with the multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder associateWirelessDevice(String associateWirelessDevice)
CfnMulticastGroupProps.getAssociateWirelessDevice()associateWirelessDevice - The ID of the wireless device to associate with a multicast group.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder description(String description)
CfnMulticastGroupProps.getDescription()description - The description of the multicast group.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder disassociateWirelessDevice(String disassociateWirelessDevice)
CfnMulticastGroupProps.getDisassociateWirelessDevice()disassociateWirelessDevice - The ID of the wireless device to disassociate from a multicast group.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder name(String name)
CfnMulticastGroupProps.getName()name - The name of the multicast group.this@Stability(value=Stable) public CfnMulticastGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnMulticastGroupProps.getTags()tags - The tags are an array of key-value pairs to attach to the specified resource.
Tags can have a minimum of 0 and a maximum of 50 items.this@Stability(value=Stable) public CfnMulticastGroupProps build()
build in interface software.amazon.jsii.Builder<CfnMulticastGroupProps>CfnMulticastGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.