public static final class CfnDeviceProfileProps.Builder
extends java.lang.Object
CfnDeviceProfileProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeviceProfileProps |
build()
Builds the configured instance.
|
CfnDeviceProfileProps.Builder |
loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan)
Sets the value of
CfnDeviceProfileProps.getLoRaWan() |
CfnDeviceProfileProps.Builder |
loRaWan(IResolvable loRaWan)
Sets the value of
CfnDeviceProfileProps.getLoRaWan() |
CfnDeviceProfileProps.Builder |
name(java.lang.String name)
Sets the value of
CfnDeviceProfileProps.getName() |
CfnDeviceProfileProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnDeviceProfileProps.getTags() |
public CfnDeviceProfileProps.Builder loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan)
CfnDeviceProfileProps.getLoRaWan()
loRaWan
- LoRaWAN device profile object.this
public CfnDeviceProfileProps.Builder loRaWan(IResolvable loRaWan)
CfnDeviceProfileProps.getLoRaWan()
loRaWan
- LoRaWAN device profile object.this
public CfnDeviceProfileProps.Builder name(java.lang.String name)
CfnDeviceProfileProps.getName()
name
- The name of the new resource.this
public CfnDeviceProfileProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnDeviceProfileProps.getTags()
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.this
public CfnDeviceProfileProps build()
CfnDeviceProfileProps
java.lang.NullPointerException
- if any required attribute was not provided