public static final class CfnWirelessDevice.OtaaV11Property.Builder
extends java.lang.Object
CfnWirelessDevice.OtaaV11Property
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWirelessDevice.OtaaV11Property.Builder |
appKey(java.lang.String appKey)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getAppKey() |
CfnWirelessDevice.OtaaV11Property |
build()
Builds the configured instance.
|
CfnWirelessDevice.OtaaV11Property.Builder |
joinEui(java.lang.String joinEui)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getJoinEui() |
CfnWirelessDevice.OtaaV11Property.Builder |
nwkKey(java.lang.String nwkKey)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getNwkKey() |
public CfnWirelessDevice.OtaaV11Property.Builder appKey(java.lang.String appKey)
CfnWirelessDevice.OtaaV11Property.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.OtaaV11Property.Builder joinEui(java.lang.String joinEui)
CfnWirelessDevice.OtaaV11Property.getJoinEui()
joinEui
- The JoinEUI value. This parameter is required.this
public CfnWirelessDevice.OtaaV11Property.Builder nwkKey(java.lang.String nwkKey)
CfnWirelessDevice.OtaaV11Property.getNwkKey()
nwkKey
- The NwkKey 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 NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.OtaaV11Property build()
CfnWirelessDevice.OtaaV11Property
java.lang.NullPointerException
- if any required attribute was not provided