public static final class CfnMulticastGroupProps.Builder
extends java.lang.Object
CfnMulticastGroupProps
Constructor and Description |
---|
Builder() |
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
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
public CfnMulticastGroupProps.Builder associateWirelessDevice(java.lang.String associateWirelessDevice)
CfnMulticastGroupProps.getAssociateWirelessDevice()
associateWirelessDevice
- The ID of the wireless device to associate with a multicast group.this
public CfnMulticastGroupProps.Builder description(java.lang.String description)
CfnMulticastGroupProps.getDescription()
description
- The description of the multicast group.this
public CfnMulticastGroupProps.Builder disassociateWirelessDevice(java.lang.String disassociateWirelessDevice)
CfnMulticastGroupProps.getDisassociateWirelessDevice()
disassociateWirelessDevice
- The ID of the wireless device to disassociate from a multicast group.this
public CfnMulticastGroupProps.Builder name(java.lang.String name)
CfnMulticastGroupProps.getName()
name
- The name of the multicast group.this
public CfnMulticastGroupProps.Builder tags(java.util.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
public CfnMulticastGroupProps build()
CfnMulticastGroupProps
java.lang.NullPointerException
- if any required attribute was not provided