@Stability(value=Stable) public static final class CfnWirelessDeviceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessDeviceProps>
CfnWirelessDeviceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder destinationName(String destinationName)
CfnWirelessDeviceProps.getDestinationName()destinationName - The name of the destination to assign to the new wireless device. This parameter is required.
Can have only have alphanumeric, - (hyphen) and _ (underscore) characters and it can't have any spaces.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder type(String type)
CfnWirelessDeviceProps.getType()type - The wireless device type. This parameter is required.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder description(String description)
CfnWirelessDeviceProps.getDescription()description - The description of the new resource.
Maximum length is 2048.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
CfnWirelessDeviceProps.getLastUplinkReceivedAt()lastUplinkReceivedAt - The date and time when the most recent uplink was received.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder loRaWan(CfnWirelessDevice.LoRaWANDeviceProperty loRaWan)
CfnWirelessDeviceProps.getLoRaWan()loRaWan - The device configuration information to use to create the wireless device.
Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder loRaWan(IResolvable loRaWan)
CfnWirelessDeviceProps.getLoRaWan()loRaWan - The device configuration information to use to create the wireless device.
Must be at least one of OtaaV10x, OtaaV11, AbpV11, or AbpV10x.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder name(String name)
CfnWirelessDeviceProps.getName()name - The name of the new resource.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnWirelessDeviceProps.getTags()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.this@Stability(value=Stable) public CfnWirelessDeviceProps.Builder thingArn(String thingArn)
CfnWirelessDeviceProps.getThingArn()thingArn - The ARN of the thing to associate with the wireless device.this@Stability(value=Stable) public CfnWirelessDeviceProps build()
build in interface software.amazon.jsii.Builder<CfnWirelessDeviceProps>CfnWirelessDevicePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.