Class CfnMulticastGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnMulticastGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMulticastGroupPropsMixin>
- Enclosing class:
CfnMulticastGroupPropsMixin
@Stability(Stable)
public static final class CfnMulticastGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMulticastGroupPropsMixin>
A fluent builder for
CfnMulticastGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionassociateWirelessDevice(String associateWirelessDevice) The ID of the wireless device to associate with a multicast group.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the multicast group.disassociateWirelessDevice(String disassociateWirelessDevice) The ID of the wireless device to disassociate from a multicast group.The LoRaWAN information that is to be used with the multicast group.loRaWan(IResolvable 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 CfnMulticastGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMulticastGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMulticastGroupPropsMixin.Builder.
-
associateWirelessDevice
@Stability(Stable) public CfnMulticastGroupPropsMixin.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 CfnMulticastGroupPropsMixin.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:
-
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 CfnMulticastGroupPropsMixin.Builder loRaWan(CfnMulticastGroupPropsMixin.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:
-
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:
buildin interfacesoftware.amazon.jsii.Builder<CfnMulticastGroupPropsMixin>- Returns:
- a newly built instance of
CfnMulticastGroupPropsMixin.
-