Class CfnMulticastGroup.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnMulticastGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMulticastGroup>
- Enclosing class:
- CfnMulticastGroup
@Stability(Stable)
public static final class CfnMulticastGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMulticastGroup>
A fluent builder for
CfnMulticastGroup
.-
Method Summary
Modifier and TypeMethodDescriptionassociateWirelessDevice
(String associateWirelessDevice) The ID of the wireless device to associate with a multicast group.build()
static CfnMulticastGroup.Builder
description
(String description) The description of the multicast group.disassociateWirelessDevice
(String disassociateWirelessDevice) The ID of the wireless device to disassociate from a multicast group.loRaWan
(IResolvable loRaWan) The LoRaWAN information that is to be used with the multicast group.loRaWan
(CfnMulticastGroup.LoRaWANProperty loRaWan) The LoRaWAN information that is to be used with the multicast group.The name of the multicast group.The tags are an array of key-value pairs to attach to the specified resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnMulticastGroup.Builder
.
-
loRaWan
The LoRaWAN information that is to be used with the multicast group.- Parameters:
loRaWan
- The LoRaWAN information that is to be used with the multicast group. This parameter is required.- Returns:
this
-
loRaWan
@Stability(Stable) public CfnMulticastGroup.Builder loRaWan(CfnMulticastGroup.LoRaWANProperty loRaWan) The LoRaWAN information that is to be used with the multicast group.- Parameters:
loRaWan
- The LoRaWAN information that is to be used with the multicast group. This parameter is required.- Returns:
this
-
associateWirelessDevice
@Stability(Stable) public CfnMulticastGroup.Builder associateWirelessDevice(String associateWirelessDevice) The ID of the wireless device to associate with a multicast group.- Parameters:
associateWirelessDevice
- The ID of the wireless device to associate with a multicast group. This parameter is required.- Returns:
this
-
description
The description of the multicast group.- Parameters:
description
- The description of the multicast group. This parameter is required.- Returns:
this
-
disassociateWirelessDevice
@Stability(Stable) public CfnMulticastGroup.Builder disassociateWirelessDevice(String disassociateWirelessDevice) The ID of the wireless device to disassociate from a multicast group.- Parameters:
disassociateWirelessDevice
- The ID of the wireless device to disassociate from a multicast group. This parameter is required.- Returns:
this
-
name
The name of the multicast group.- Parameters:
name
- The name of the multicast group. This parameter is required.- Returns:
this
-
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.
- Parameters:
tags
- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMulticastGroup>
- Returns:
- a newly built instance of
CfnMulticastGroup
.
-