@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)
LoRaWAN device profile object.
|
CfnDeviceProfile.Builder |
loRaWan(IResolvable loRaWan)
LoRaWAN device profile object.
|
CfnDeviceProfile.Builder |
name(String name)
The name of the new resource.
|
CfnDeviceProfile.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
@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 - LoRaWAN device profile object. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.Builder loRaWan(IResolvable loRaWan)
loRaWan - LoRaWAN device profile object. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.Builder name(String name)
name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnDeviceProfile.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 CfnDeviceProfile build()
build in interface software.amazon.jsii.Builder<CfnDeviceProfile>Copyright © 2022. All rights reserved.