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.Builder
description
(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
@Stability(Stable) public static CfnFuotaTask.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- 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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
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
- See Also:
-
description
The description of the new resource.- Parameters:
description
- The description of the new resource. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
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
- See Also:
-
name
The name of a FUOTA task.- Parameters:
name
- The name of a FUOTA task. 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnFuotaTask>
- Returns:
- a newly built instance of
CfnFuotaTask
.
-