@Stability(value=Stable) public static final class CfnDeviceProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceProfileProps>
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(String name)
Sets the value of
CfnDeviceProfileProps.getName() |
CfnDeviceProfileProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDeviceProfileProps.getTags() |
@Stability(value=Stable) public CfnDeviceProfileProps.Builder loRaWan(CfnDeviceProfile.LoRaWANDeviceProfileProperty loRaWan)
CfnDeviceProfileProps.getLoRaWan()loRaWan - `AWS::IoTWireless::DeviceProfile.LoRaWAN`.this@Stability(value=Stable) public CfnDeviceProfileProps.Builder loRaWan(IResolvable loRaWan)
CfnDeviceProfileProps.getLoRaWan()loRaWan - `AWS::IoTWireless::DeviceProfile.LoRaWAN`.this@Stability(value=Stable) public CfnDeviceProfileProps.Builder name(String name)
CfnDeviceProfileProps.getName()name - `AWS::IoTWireless::DeviceProfile.Name`.this@Stability(value=Stable) public CfnDeviceProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnDeviceProfileProps.getTags()tags - `AWS::IoTWireless::DeviceProfile.Tags`.this@Stability(value=Stable) public CfnDeviceProfileProps build()
build in interface software.amazon.jsii.Builder<CfnDeviceProfileProps>CfnDeviceProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.