Class CfnWirelessDevice.OtaaV10xProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.OtaaV10xProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV10xProperty>
- Enclosing interface:
CfnWirelessDevice.OtaaV10xProperty
@Stability(Stable)
public static final class CfnWirelessDevice.OtaaV10xProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV10xProperty>
A builder for
CfnWirelessDevice.OtaaV10xProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnWirelessDevice.OtaaV10xProperty.getAppEui()Sets the value ofCfnWirelessDevice.OtaaV10xProperty.getAppKey()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appEui
Sets the value ofCfnWirelessDevice.OtaaV10xProperty.getAppEui()- Parameters:
appEui- The AppEUI value. This parameter is required. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.- Returns:
this
-
appKey
Sets the value ofCfnWirelessDevice.OtaaV10xProperty.getAppKey()- Parameters:
appKey- The AppKey value. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWirelessDevice.OtaaV10xProperty>- Returns:
- a new instance of
CfnWirelessDevice.OtaaV10xProperty - Throws:
NullPointerException- if any required attribute was not provided
-