public static final class CfnFuotaTask.Builder
extends java.lang.Object
CfnFuotaTask
.Modifier and Type | Method and Description |
---|---|
CfnFuotaTask.Builder |
associateMulticastGroup(java.lang.String associateMulticastGroup)
The ID of the multicast group to associate with a FUOTA task.
|
CfnFuotaTask.Builder |
associateWirelessDevice(java.lang.String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
CfnFuotaTask |
build() |
static CfnFuotaTask.Builder |
create(Construct scope,
java.lang.String id) |
CfnFuotaTask.Builder |
description(java.lang.String description)
The description of the new resource.
|
CfnFuotaTask.Builder |
disassociateMulticastGroup(java.lang.String disassociateMulticastGroup)
The ID of the multicast group to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
disassociateWirelessDevice(java.lang.String disassociateWirelessDevice)
The ID of the wireless device to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
firmwareUpdateImage(java.lang.String firmwareUpdateImage)
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
|
CfnFuotaTask.Builder |
firmwareUpdateRole(java.lang.String firmwareUpdateRole)
The firmware update role that is to be used with a FUOTA task.
|
CfnFuotaTask.Builder |
loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan)
The LoRaWAN information used with a FUOTA task.
|
CfnFuotaTask.Builder |
loRaWan(IResolvable loRaWan)
The LoRaWAN information used with a FUOTA task.
|
CfnFuotaTask.Builder |
name(java.lang.String name)
The name of a FUOTA task.
|
CfnFuotaTask.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
public static CfnFuotaTask.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnFuotaTask.LoRaWANProperty.Builder
.public CfnFuotaTask.Builder firmwareUpdateImage(java.lang.String firmwareUpdateImage)
firmwareUpdateImage
- The S3 URI points to a firmware update image that is to be used with a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder firmwareUpdateRole(java.lang.String firmwareUpdateRole)
firmwareUpdateRole
- The firmware update role that is to be used with a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder loRaWan(IResolvable loRaWan)
loRaWan
- The LoRaWAN information used with a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan)
loRaWan
- The LoRaWAN information used with a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder associateMulticastGroup(java.lang.String associateMulticastGroup)
associateMulticastGroup
- The ID of the multicast group to associate with a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder associateWirelessDevice(java.lang.String associateWirelessDevice)
associateWirelessDevice
- The ID of the wireless device to associate with a multicast group. This parameter is required.this
public CfnFuotaTask.Builder description(java.lang.String description)
description
- The description of the new resource. This parameter is required.this
public CfnFuotaTask.Builder disassociateMulticastGroup(java.lang.String disassociateMulticastGroup)
disassociateMulticastGroup
- The ID of the multicast group to disassociate from a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder disassociateWirelessDevice(java.lang.String disassociateWirelessDevice)
disassociateWirelessDevice
- The ID of the wireless device to disassociate from a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder name(java.lang.String name)
name
- The name of a FUOTA task. This parameter is required.this
public CfnFuotaTask.Builder tags(java.util.List<? extends CfnTag> tags)
Tags can have a minimum of 0 and a maximum of 50 items.
tags
- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.this
public CfnFuotaTask build()