Class CfnFuotaTaskMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnFuotaTaskMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFuotaTaskMixinProps>
- Enclosing interface:
CfnFuotaTaskMixinProps
@Stability(Stable)
public static final class CfnFuotaTaskMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFuotaTaskMixinProps>
A builder for
CfnFuotaTaskMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociateMulticastGroup(String associateMulticastGroup) Sets the value ofCfnFuotaTaskMixinProps.getAssociateMulticastGroup()associateWirelessDevice(String associateWirelessDevice) Sets the value ofCfnFuotaTaskMixinProps.getAssociateWirelessDevice()build()Builds the configured instance.description(String description) Sets the value ofCfnFuotaTaskMixinProps.getDescription()disassociateMulticastGroup(String disassociateMulticastGroup) Sets the value ofCfnFuotaTaskMixinProps.getDisassociateMulticastGroup()disassociateWirelessDevice(String disassociateWirelessDevice) Sets the value ofCfnFuotaTaskMixinProps.getDisassociateWirelessDevice()firmwareUpdateImage(String firmwareUpdateImage) Sets the value ofCfnFuotaTaskMixinProps.getFirmwareUpdateImage()firmwareUpdateRole(String firmwareUpdateRole) Sets the value ofCfnFuotaTaskMixinProps.getFirmwareUpdateRole()Sets the value ofCfnFuotaTaskMixinProps.getLoRaWan()loRaWan(IResolvable loRaWan) Sets the value ofCfnFuotaTaskMixinProps.getLoRaWan()Sets the value ofCfnFuotaTaskMixinProps.getName()Sets the value ofCfnFuotaTaskMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associateMulticastGroup
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder associateMulticastGroup(String associateMulticastGroup) Sets the value ofCfnFuotaTaskMixinProps.getAssociateMulticastGroup()- Parameters:
associateMulticastGroup- The ID of the multicast group to associate with a FUOTA task.- Returns:
this
-
associateWirelessDevice
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder associateWirelessDevice(String associateWirelessDevice) Sets the value ofCfnFuotaTaskMixinProps.getAssociateWirelessDevice()- Parameters:
associateWirelessDevice- The ID of the wireless device to associate with a multicast group.- Returns:
this
-
description
Sets the value ofCfnFuotaTaskMixinProps.getDescription()- Parameters:
description- The description of the new resource.- Returns:
this
-
disassociateMulticastGroup
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder disassociateMulticastGroup(String disassociateMulticastGroup) Sets the value ofCfnFuotaTaskMixinProps.getDisassociateMulticastGroup()- Parameters:
disassociateMulticastGroup- The ID of the multicast group to disassociate from a FUOTA task.- Returns:
this
-
disassociateWirelessDevice
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder disassociateWirelessDevice(String disassociateWirelessDevice) Sets the value ofCfnFuotaTaskMixinProps.getDisassociateWirelessDevice()- Parameters:
disassociateWirelessDevice- The ID of the wireless device to disassociate from a FUOTA task.- Returns:
this
-
firmwareUpdateImage
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder firmwareUpdateImage(String firmwareUpdateImage) Sets the value ofCfnFuotaTaskMixinProps.getFirmwareUpdateImage()- Parameters:
firmwareUpdateImage- The S3 URI points to a firmware update image that is to be used with a FUOTA task.- Returns:
this
-
firmwareUpdateRole
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder firmwareUpdateRole(String firmwareUpdateRole) Sets the value ofCfnFuotaTaskMixinProps.getFirmwareUpdateRole()- Parameters:
firmwareUpdateRole- The firmware update role that is to be used with a FUOTA task.- Returns:
this
-
loRaWan
Sets the value ofCfnFuotaTaskMixinProps.getLoRaWan()- Parameters:
loRaWan- The LoRaWAN information used with a FUOTA task.- Returns:
this
-
loRaWan
@Stability(Stable) public CfnFuotaTaskMixinProps.Builder loRaWan(CfnFuotaTaskPropsMixin.LoRaWANProperty loRaWan) Sets the value ofCfnFuotaTaskMixinProps.getLoRaWan()- Parameters:
loRaWan- The LoRaWAN information used with a FUOTA task.- Returns:
this
-
name
Sets the value ofCfnFuotaTaskMixinProps.getName()- Parameters:
name- The name of a FUOTA task.- Returns:
this
-
tags
Sets the value ofCfnFuotaTaskMixinProps.getTags()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFuotaTaskMixinProps>- Returns:
- a new instance of
CfnFuotaTaskMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-