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 Summary
Modifier and TypeMethodDescriptionassociateMulticastGroup(String associateMulticastGroup) The ID of the multicast group to associate with a FUOTA task.associateWirelessDevice(String associateWirelessDevice) The ID of the wireless device to associate with a multicast group.build()static CfnFuotaTask.Builderdescription(String description) The description of the new resource.disassociateMulticastGroup(String disassociateMulticastGroup) The ID of the multicast group to disassociate from a FUOTA task.disassociateWirelessDevice(String disassociateWirelessDevice) The ID of the wireless device to disassociate from a FUOTA task.firmwareUpdateImage(String firmwareUpdateImage) The S3 URI points to a firmware update image that is to be used with a FUOTA task.firmwareUpdateRole(String firmwareUpdateRole) The firmware update role that is to be used with a FUOTA task.loRaWan(IResolvable loRaWan) The LoRaWAN information used with a FUOTA task.loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan) The LoRaWAN information used with a FUOTA task.The name of a FUOTA task.The tags are an array of key-value pairs to attach to the specified resource.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnFuotaTask.Builder.
-
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
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
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
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
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
The name of a FUOTA task.- Parameters:
name- The name of a FUOTA task. This parameter is required.- Returns:
this
-
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
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFuotaTask>- Returns:
- a newly built instance of
CfnFuotaTask.
-