@Stability(value=Stable) public static final class CfnFuotaTask.Builder extends Object implements software.amazon.jsii.Builder<CfnFuotaTask>
CfnFuotaTask.| Modifier and Type | Method and Description |
|---|---|
CfnFuotaTask.Builder |
associateMulticastGroup(String associateMulticastGroup)
The ID of the multicast group to associate with a FUOTA task.
|
CfnFuotaTask.Builder |
associateWirelessDevice(String associateWirelessDevice)
The ID of the wireless device to associate with a multicast group.
|
CfnFuotaTask |
build() |
static CfnFuotaTask.Builder |
create(software.constructs.Construct scope,
String id) |
CfnFuotaTask.Builder |
description(String description)
The description of the new resource.
|
CfnFuotaTask.Builder |
disassociateMulticastGroup(String disassociateMulticastGroup)
The ID of the multicast group to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
disassociateWirelessDevice(String disassociateWirelessDevice)
The ID of the wireless device to disassociate from a FUOTA task.
|
CfnFuotaTask.Builder |
firmwareUpdateImage(String firmwareUpdateImage)
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
|
CfnFuotaTask.Builder |
firmwareUpdateRole(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(String name)
The name of a FUOTA task.
|
CfnFuotaTask.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
@Stability(value=Stable) public static CfnFuotaTask.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnFuotaTask.Builder firmwareUpdateImage(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@Stability(value=Stable) public CfnFuotaTask.Builder firmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole - The firmware update role that is to be used with a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder loRaWan(CfnFuotaTask.LoRaWANProperty loRaWan)
loRaWan - The LoRaWAN information used with a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder loRaWan(IResolvable loRaWan)
loRaWan - The LoRaWAN information used with a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder associateMulticastGroup(String associateMulticastGroup)
associateMulticastGroup - The ID of the multicast group to associate with a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder associateWirelessDevice(String associateWirelessDevice)
associateWirelessDevice - The ID of the wireless device to associate with a multicast group. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder description(String description)
description - The description of the new resource. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder disassociateMulticastGroup(String disassociateMulticastGroup)
disassociateMulticastGroup - The ID of the multicast group to disassociate from a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder disassociateWirelessDevice(String disassociateWirelessDevice)
disassociateWirelessDevice - The ID of the wireless device to disassociate from a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder name(String name)
name - The name of a FUOTA task. This parameter is required.this@Stability(value=Stable) public CfnFuotaTask.Builder tags(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@Stability(value=Stable) public CfnFuotaTask build()
build in interface software.amazon.jsii.Builder<CfnFuotaTask>Copyright © 2022. All rights reserved.