@Stability(value=Stable) public static final class CfnWirelessDevice.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessDevice>
CfnWirelessDevice.| Modifier and Type | Method and Description |
|---|---|
CfnWirelessDevice |
build() |
static CfnWirelessDevice.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWirelessDevice.Builder |
description(String description)
The description of the new resource.
|
CfnWirelessDevice.Builder |
destinationName(String destinationName)
The name of the destination to assign to the new wireless device.
|
CfnWirelessDevice.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
CfnWirelessDevice.Builder |
loRaWan(CfnWirelessDevice.LoRaWANDeviceProperty loRaWan)
The device configuration information to use to create the wireless device.
|
CfnWirelessDevice.Builder |
loRaWan(IResolvable loRaWan)
The device configuration information to use to create the wireless device.
|
CfnWirelessDevice.Builder |
name(String name)
The name of the new resource.
|
CfnWirelessDevice.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
CfnWirelessDevice.Builder |
thingArn(String thingArn)
The ARN of the thing to associate with the wireless device.
|
CfnWirelessDevice.Builder |
type(String type)
The wireless device type.
|
@Stability(value=Stable) public static CfnWirelessDevice.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.CfnWirelessDevice.AbpV10xProperty.Builder.@Stability(value=Stable) public CfnWirelessDevice.Builder destinationName(String destinationName)
Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.
destinationName - The name of the destination to assign to the new wireless device. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder type(String type)
type - The wireless device type. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder description(String description)
Maximum length is 2048.
description - The description of the new resource. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
lastUplinkReceivedAt - The date and time when the most recent uplink was received. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder loRaWan(CfnWirelessDevice.LoRaWANDeviceProperty loRaWan)
Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.
loRaWan - The device configuration information to use to create the wireless device. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder loRaWan(IResolvable loRaWan)
Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.
loRaWan - The device configuration information to use to create the wireless device. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.Builder name(String name)
name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.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 CfnWirelessDevice.Builder thingArn(String thingArn)
thingArn - The ARN of the thing to associate with the wireless device. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice build()
build in interface software.amazon.jsii.Builder<CfnWirelessDevice>Copyright © 2022. All rights reserved.