Class CfnFuotaTask.Builder

java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnFuotaTask.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFuotaTask>
Enclosing class:
CfnFuotaTask

@Stability(Stable) public static final class CfnFuotaTask.Builder extends Object implements software.amazon.jsii.Builder<CfnFuotaTask>
A fluent builder for CfnFuotaTask.
  • Method Details

    • create

      @Stability(Stable) public static CfnFuotaTask.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 CfnFuotaTask.Builder.
    • firmwareUpdateImage

      @Stability(Stable) public CfnFuotaTask.Builder firmwareUpdateImage(String firmwareUpdateImage)
      The S3 URI points to a firmware update image that is to be used with a FUOTA task.

      Parameters:
      firmwareUpdateImage - The S3 URI points to a firmware update image that is to be used with a FUOTA task. This parameter is required.
      Returns:
      this
    • firmwareUpdateRole

      @Stability(Stable) public CfnFuotaTask.Builder firmwareUpdateRole(String firmwareUpdateRole)
      The firmware update role that is to be used with a FUOTA task.

      Parameters:
      firmwareUpdateRole - The firmware update role that is to be used with a FUOTA task. This parameter is required.
      Returns:
      this
    • loRaWan

      @Stability(Stable) public CfnFuotaTask.Builder loRaWan(IResolvable loRaWan)
      The LoRaWAN information used with a FUOTA task.

      Parameters:
      loRaWan - The LoRaWAN information used with a FUOTA task. This parameter is required.
      Returns:
      this
    • loRaWan

      @Stability(Stable) public CfnFuotaTask.Builder loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan)
      The LoRaWAN information used with a FUOTA task.

      Parameters:
      loRaWan - The LoRaWAN information used with a FUOTA task. This parameter is required.
      Returns:
      this
    • associateMulticastGroup

      @Stability(Stable) public CfnFuotaTask.Builder associateMulticastGroup(String associateMulticastGroup)
      The ID of the multicast group to associate with a FUOTA task.

      Parameters:
      associateMulticastGroup - The ID of the multicast group to associate with a FUOTA task. This parameter is required.
      Returns:
      this
    • associateWirelessDevice

      @Stability(Stable) public CfnFuotaTask.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 CfnFuotaTask.Builder description(String description)
      The description of the new resource.

      Parameters:
      description - The description of the new resource. This parameter is required.
      Returns:
      this
    • disassociateMulticastGroup

      @Stability(Stable) public CfnFuotaTask.Builder disassociateMulticastGroup(String disassociateMulticastGroup)
      The ID of the multicast group to disassociate from a FUOTA task.

      Parameters:
      disassociateMulticastGroup - The ID of the multicast group to disassociate from a FUOTA task. This parameter is required.
      Returns:
      this
    • disassociateWirelessDevice

      @Stability(Stable) public CfnFuotaTask.Builder disassociateWirelessDevice(String disassociateWirelessDevice)
      The ID of the wireless device to disassociate from a FUOTA task.

      Parameters:
      disassociateWirelessDevice - The ID of the wireless device to disassociate from a FUOTA task. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnFuotaTask.Builder name(String name)
      The name of a FUOTA task.

      Parameters:
      name - The name of a FUOTA task. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnFuotaTask.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 CfnFuotaTask build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnFuotaTask>
      Returns:
      a newly built instance of CfnFuotaTask.