public static final class CfnWirelessDevice.SessionKeysAbpV11Property.Builder
extends java.lang.Object
CfnWirelessDevice.SessionKeysAbpV11Property
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWirelessDevice.SessionKeysAbpV11Property.Builder |
appSKey(java.lang.String appSKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV11Property.getAppSKey() |
CfnWirelessDevice.SessionKeysAbpV11Property |
build()
Builds the configured instance.
|
CfnWirelessDevice.SessionKeysAbpV11Property.Builder |
fNwkSIntKey(java.lang.String fNwkSIntKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV11Property.getFNwkSIntKey() |
CfnWirelessDevice.SessionKeysAbpV11Property.Builder |
nwkSEncKey(java.lang.String nwkSEncKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV11Property.getNwkSEncKey() |
CfnWirelessDevice.SessionKeysAbpV11Property.Builder |
sNwkSIntKey(java.lang.String sNwkSIntKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV11Property.getSNwkSIntKey() |
public CfnWirelessDevice.SessionKeysAbpV11Property.Builder appSKey(java.lang.String appSKey)
CfnWirelessDevice.SessionKeysAbpV11Property.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.SessionKeysAbpV11Property.Builder fNwkSIntKey(java.lang.String fNwkSIntKey)
CfnWirelessDevice.SessionKeysAbpV11Property.getFNwkSIntKey()
fNwkSIntKey
- The FNwkSIntKey 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 FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.SessionKeysAbpV11Property.Builder nwkSEncKey(java.lang.String nwkSEncKey)
CfnWirelessDevice.SessionKeysAbpV11Property.getNwkSEncKey()
nwkSEncKey
- The NwkSEncKey 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 NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.SessionKeysAbpV11Property.Builder sNwkSIntKey(java.lang.String sNwkSIntKey)
CfnWirelessDevice.SessionKeysAbpV11Property.getSNwkSIntKey()
sNwkSIntKey
- The SNwkSIntKey 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 SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.this
public CfnWirelessDevice.SessionKeysAbpV11Property build()
CfnWirelessDevice.SessionKeysAbpV11Property
java.lang.NullPointerException
- if any required attribute was not provided