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