public static final class CfnMulticastGroup.Builder
extends java.lang.Object
CfnMulticastGroup
.Modifier and Type | Method and Description |
---|---|
CfnMulticastGroup.Builder |
associateWirelessDevice(java.lang.String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
CfnMulticastGroup |
build() |
static CfnMulticastGroup.Builder |
create(Construct scope,
java.lang.String id) |
CfnMulticastGroup.Builder |
description(java.lang.String description)
The description of the multicast group.
|
CfnMulticastGroup.Builder |
disassociateWirelessDevice(java.lang.String disassociateWirelessDevice)
The ID of the wireless device to disassociate from a multicast group.
|
CfnMulticastGroup.Builder |
loRaWan(CfnMulticastGroup.LoRaWANProperty loRaWan)
The LoRaWAN information that is to be used with the multicast group.
|
CfnMulticastGroup.Builder |
loRaWan(IResolvable loRaWan)
The LoRaWAN information that is to be used with the multicast group.
|
CfnMulticastGroup.Builder |
name(java.lang.String name)
The name of the multicast group.
|
CfnMulticastGroup.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
public static CfnMulticastGroup.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnMulticastGroup.LoRaWANProperty.Builder
.public CfnMulticastGroup.Builder loRaWan(IResolvable loRaWan)
loRaWan
- The LoRaWAN information that is to be used with the multicast group. This parameter is required.this
public CfnMulticastGroup.Builder loRaWan(CfnMulticastGroup.LoRaWANProperty loRaWan)
loRaWan
- The LoRaWAN information that is to be used with the multicast group. This parameter is required.this
public CfnMulticastGroup.Builder associateWirelessDevice(java.lang.String associateWirelessDevice)
associateWirelessDevice
- The ID of the wireless device to associate with a multicast group. This parameter is required.this
public CfnMulticastGroup.Builder description(java.lang.String description)
description
- The description of the multicast group. This parameter is required.this
public CfnMulticastGroup.Builder disassociateWirelessDevice(java.lang.String disassociateWirelessDevice)
disassociateWirelessDevice
- The ID of the wireless device to disassociate from a multicast group. This parameter is required.this
public CfnMulticastGroup.Builder name(java.lang.String name)
name
- The name of the multicast group. This parameter is required.this
public CfnMulticastGroup.Builder tags(java.util.List<? extends CfnTag> tags)
Tags can have a minimum of 0 and a maximum of 50 items.
tags
- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.this
public CfnMulticastGroup build()