@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
- `AWS::IoTWireless::WirelessDevice.DestinationName`. This parameter is required.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder type(String type)
CfnWirelessDeviceProps.getType()
type
- `AWS::IoTWireless::WirelessDevice.Type`. This parameter is required.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder description(String description)
CfnWirelessDeviceProps.getDescription()
description
- `AWS::IoTWireless::WirelessDevice.Description`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
CfnWirelessDeviceProps.getLastUplinkReceivedAt()
lastUplinkReceivedAt
- `AWS::IoTWireless::WirelessDevice.LastUplinkReceivedAt`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder loRaWan(CfnWirelessDevice.LoRaWANDeviceProperty loRaWan)
CfnWirelessDeviceProps.getLoRaWan()
loRaWan
- `AWS::IoTWireless::WirelessDevice.LoRaWAN`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder loRaWan(IResolvable loRaWan)
CfnWirelessDeviceProps.getLoRaWan()
loRaWan
- `AWS::IoTWireless::WirelessDevice.LoRaWAN`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder name(String name)
CfnWirelessDeviceProps.getName()
name
- `AWS::IoTWireless::WirelessDevice.Name`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnWirelessDeviceProps.getTags()
tags
- `AWS::IoTWireless::WirelessDevice.Tags`.this
@Stability(value=Stable) public CfnWirelessDeviceProps.Builder thingArn(String thingArn)
CfnWirelessDeviceProps.getThingArn()
thingArn
- `AWS::IoTWireless::WirelessDevice.ThingArn`.this
@Stability(value=Stable) public CfnWirelessDeviceProps build()
build
in interface software.amazon.jsii.Builder<CfnWirelessDeviceProps>
CfnWirelessDeviceProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.