@Stability(value=Stable) public static final class CfnDeviceProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceProfile>
CfnDeviceProfile.| Modifier and Type | Method and Description |
|---|---|
CfnDeviceProfile |
build() |
static CfnDeviceProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeviceProfile.Builder |
loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan)
`AWS::IoTWireless::DeviceProfile.LoRaWAN`.
|
CfnDeviceProfile.Builder |
loRaWan(IResolvable loRaWan)
`AWS::IoTWireless::DeviceProfile.LoRaWAN`.
|
CfnDeviceProfile.Builder |
name(String name)
`AWS::IoTWireless::DeviceProfile.Name`.
|
CfnDeviceProfile.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTWireless::DeviceProfile.Tags`.
|
@Stability(value=Stable) public static CfnDeviceProfile.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.CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder.@Stability(value=Stable) public CfnDeviceProfile.Builder loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan)
loRaWan - `AWS::IoTWireless::DeviceProfile.LoRaWAN`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.Builder loRaWan(IResolvable loRaWan)
loRaWan - `AWS::IoTWireless::DeviceProfile.LoRaWAN`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.Builder name(String name)
name - `AWS::IoTWireless::DeviceProfile.Name`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoTWireless::DeviceProfile.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile build()
build in interface software.amazon.jsii.Builder<CfnDeviceProfile>Copyright © 2021. All rights reserved.