Class CfnDeviceProfileProps.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnDeviceProfileProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceProfileProps>
- Enclosing interface:
- CfnDeviceProfileProps
@Stability(Stable)
public static final class CfnDeviceProfileProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceProfileProps>
A builder for
CfnDeviceProfileProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.loRaWan
(IResolvable loRaWan) Sets the value ofCfnDeviceProfileProps.getLoRaWan()
Sets the value ofCfnDeviceProfileProps.getLoRaWan()
Sets the value ofCfnDeviceProfileProps.getName()
Sets the value ofCfnDeviceProfileProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
loRaWan
@Stability(Stable) public CfnDeviceProfileProps.Builder loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan) Sets the value ofCfnDeviceProfileProps.getLoRaWan()
- Parameters:
loRaWan
- LoRaWAN device profile object.- Returns:
this
-
loRaWan
Sets the value ofCfnDeviceProfileProps.getLoRaWan()
- Parameters:
loRaWan
- LoRaWAN device profile object.- Returns:
this
-
name
Sets the value ofCfnDeviceProfileProps.getName()
- Parameters:
name
- The name of the new resource.- Returns:
this
-
tags
Sets the value ofCfnDeviceProfileProps.getTags()
- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeviceProfileProps>
- Returns:
- a new instance of
CfnDeviceProfileProps
- Throws:
NullPointerException
- if any required attribute was not provided
-