@Stability(value=Stable) public static final class CfnMulticastGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnMulticastGroup>
CfnMulticastGroup.| Modifier and Type | Method and Description |
|---|---|
CfnMulticastGroup.Builder |
associateWirelessDevice(String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
CfnMulticastGroup |
build() |
static CfnMulticastGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMulticastGroup.Builder |
description(String description)
The description of the multicast group.
|
CfnMulticastGroup.Builder |
disassociateWirelessDevice(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(String name)
The name of the multicast group.
|
CfnMulticastGroup.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
@Stability(value=Stable) public static CfnMulticastGroup.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) 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@Stability(value=Stable) public CfnMulticastGroup.Builder loRaWan(IResolvable loRaWan)
loRaWan - The LoRaWAN information that is to be used with the multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.Builder associateWirelessDevice(String associateWirelessDevice)
associateWirelessDevice - The ID of the wireless device to associate with a multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.Builder description(String description)
description - The description of the multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.Builder disassociateWirelessDevice(String disassociateWirelessDevice)
disassociateWirelessDevice - The ID of the wireless device to disassociate from a multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.Builder name(String name)
name - The name of the multicast group. This parameter is required.this@Stability(value=Stable) public CfnMulticastGroup.Builder tags(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@Stability(value=Stable) public CfnMulticastGroup build()
build in interface software.amazon.jsii.Builder<CfnMulticastGroup>Copyright © 2022. All rights reserved.