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 Details

    • create

      @Stability(Stable) public static CfnMulticastGroup.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnMulticastGroup.Builder.
    • loRaWan

      @Stability(Stable) public CfnMulticastGroup.Builder loRaWan(IResolvable 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

      @Stability(Stable) public CfnMulticastGroup.Builder description(String 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

      @Stability(Stable) public CfnMulticastGroup.Builder name(String name)
      The name of the multicast group.

      Parameters:
      name - The name of the multicast group. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnMulticastGroup.Builder tags(List<? extends CfnTag> 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

      @Stability(Stable) public CfnMulticastGroup build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnMulticastGroup>
      Returns:
      a newly built instance of CfnMulticastGroup.