public static final class CfnWirelessDevice.OtaaV10xProperty.Builder
extends java.lang.Object
CfnWirelessDevice.OtaaV10xProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWirelessDevice.OtaaV10xProperty.Builder |
appEui(java.lang.String appEui)
Sets the value of
CfnWirelessDevice.OtaaV10xProperty.getAppEui() |
CfnWirelessDevice.OtaaV10xProperty.Builder |
appKey(java.lang.String appKey)
Sets the value of
CfnWirelessDevice.OtaaV10xProperty.getAppKey() |
CfnWirelessDevice.OtaaV10xProperty |
build()
Builds the configured instance.
|
public CfnWirelessDevice.OtaaV10xProperty.Builder appEui(java.lang.String appEui)
CfnWirelessDevice.OtaaV10xProperty.getAppEui()
appEui
- The AppEUI value, with pattern of `[a-fA-F0-9]{16}` . This parameter is required.this
public CfnWirelessDevice.OtaaV10xProperty.Builder appKey(java.lang.String appKey)
CfnWirelessDevice.OtaaV10xProperty.getAppKey()
appKey
- The AppKey is a secret key, which you should handle in a similar way as you would an application password. This parameter is required.
You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.OtaaV10xProperty build()
CfnWirelessDevice.OtaaV10xProperty
java.lang.NullPointerException
- if any required attribute was not provided