Class CfnMulticastGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnMulticastGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMulticastGroupMixinProps>
- Enclosing interface:
CfnMulticastGroupMixinProps
@Stability(Stable)
public static final class CfnMulticastGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMulticastGroupMixinProps>
A builder for
CfnMulticastGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociateWirelessDevice(String associateWirelessDevice) Sets the value ofCfnMulticastGroupMixinProps.getAssociateWirelessDevice()build()Builds the configured instance.description(String description) Sets the value ofCfnMulticastGroupMixinProps.getDescription()disassociateWirelessDevice(String disassociateWirelessDevice) Sets the value ofCfnMulticastGroupMixinProps.getDisassociateWirelessDevice()loRaWan(IResolvable loRaWan) Sets the value ofCfnMulticastGroupMixinProps.getLoRaWan()Sets the value ofCfnMulticastGroupMixinProps.getLoRaWan()Sets the value ofCfnMulticastGroupMixinProps.getName()Sets the value ofCfnMulticastGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associateWirelessDevice
@Stability(Stable) public CfnMulticastGroupMixinProps.Builder associateWirelessDevice(String associateWirelessDevice) Sets the value ofCfnMulticastGroupMixinProps.getAssociateWirelessDevice()- Parameters:
associateWirelessDevice- The ID of the wireless device to associate with a multicast group.- Returns:
this
-
description
Sets the value ofCfnMulticastGroupMixinProps.getDescription()- Parameters:
description- The description of the multicast group.- Returns:
this
-
disassociateWirelessDevice
@Stability(Stable) public CfnMulticastGroupMixinProps.Builder disassociateWirelessDevice(String disassociateWirelessDevice) Sets the value ofCfnMulticastGroupMixinProps.getDisassociateWirelessDevice()- Parameters:
disassociateWirelessDevice- The ID of the wireless device to disassociate from a multicast group.- Returns:
this
-
loRaWan
Sets the value ofCfnMulticastGroupMixinProps.getLoRaWan()- Parameters:
loRaWan- The LoRaWAN information that is to be used with the multicast group.- Returns:
this
-
loRaWan
@Stability(Stable) public CfnMulticastGroupMixinProps.Builder loRaWan(CfnMulticastGroupPropsMixin.LoRaWANProperty loRaWan) Sets the value ofCfnMulticastGroupMixinProps.getLoRaWan()- Parameters:
loRaWan- The LoRaWAN information that is to be used with the multicast group.- Returns:
this
-
name
Sets the value ofCfnMulticastGroupMixinProps.getName()- Parameters:
name- The name of the multicast group.- Returns:
this
-
tags
Sets the value ofCfnMulticastGroupMixinProps.getTags()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMulticastGroupMixinProps>- Returns:
- a new instance of
CfnMulticastGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-