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
@Stability(Stable) public static CfnMulticastGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- 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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
description
The description of the multicast group.- Parameters:
description
- The description of the multicast group. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
name
The name of the multicast group.- Parameters:
name
- The name of the multicast group. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMulticastGroup>
- Returns:
- a newly built instance of
CfnMulticastGroup
.
-