public static final class CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder
extends java.lang.Object
CfnWirelessDevice.SessionKeysAbpV10xProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder |
appSKey(java.lang.String appSKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV10xProperty.getAppSKey() |
CfnWirelessDevice.SessionKeysAbpV10xProperty |
build()
Builds the configured instance.
|
CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder |
nwkSKey(java.lang.String nwkSKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV10xProperty.getNwkSKey() |
public CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder appSKey(java.lang.String appSKey)
CfnWirelessDevice.SessionKeysAbpV10xProperty.getAppSKey()
appSKey
- The AppSKey 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 AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder nwkSKey(java.lang.String nwkSKey)
CfnWirelessDevice.SessionKeysAbpV10xProperty.getNwkSKey()
nwkSKey
- The NwkSKey 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 NwkSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.SessionKeysAbpV10xProperty build()
CfnWirelessDevice.SessionKeysAbpV10xProperty
java.lang.NullPointerException
- if any required attribute was not provided