Class CfnDeviceProfile.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnDeviceProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceProfile>
- Enclosing class:
- CfnDeviceProfile
@Stability(Stable)
public static final class CfnDeviceProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceProfile>
A fluent builder for
CfnDeviceProfile
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnDeviceProfile.Builder
loRaWan
(IResolvable loRaWan) LoRaWAN device profile object.LoRaWAN device profile object.The name of the new resource.The tags are an array of key-value pairs to attach to the specified resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnDeviceProfile.Builder
.
-
loRaWan
@Stability(Stable) public CfnDeviceProfile.Builder loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan) LoRaWAN device profile object.- Parameters:
loRaWan
- LoRaWAN device profile object. This parameter is required.- Returns:
this
-
loRaWan
LoRaWAN device profile object.- Parameters:
loRaWan
- LoRaWAN device profile object. This parameter is required.- Returns:
this
-
name
The name of the new resource.- Parameters:
name
- The name of the new resource. This parameter is required.- Returns:
this
-
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.
- Parameters:
tags
- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeviceProfile>
- Returns:
- a newly built instance of
CfnDeviceProfile
.
-