Class CfnDeviceProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnDeviceProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceProfilePropsMixin>
- Enclosing class:
CfnDeviceProfilePropsMixin
@Stability(Stable)
public static final class CfnDeviceProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceProfilePropsMixin>
A fluent builder for
CfnDeviceProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) LoRaWAN device profile object.loRaWan(IResolvable loRaWan) 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
@Stability(Stable) public static CfnDeviceProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDeviceProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDeviceProfilePropsMixin.Builder.
-
loRaWan
LoRaWAN device profile object.- Parameters:
loRaWan- LoRaWAN device profile object. This parameter is required.- Returns:
this- See Also:
-
loRaWan
@Stability(Stable) public CfnDeviceProfilePropsMixin.Builder loRaWan(CfnDeviceProfilePropsMixin.LoRaWANDeviceProfileProperty loRaWan) LoRaWAN device profile object.- Parameters:
loRaWan- LoRaWAN device profile object. This parameter is required.- Returns:
this- See Also:
-
name
The name of the new resource.- Parameters:
name- The name of the new resource. This parameter is required.- Returns:
this- See Also:
-
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- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeviceProfilePropsMixin>- Returns:
- a newly built instance of
CfnDeviceProfilePropsMixin.
-