@Stability(value=Stable) public static final class CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessDevice.SessionKeysAbpV10xProperty>
CfnWirelessDevice.SessionKeysAbpV10xProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder |
appSKey(String appSKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV10xProperty.getAppSKey() |
CfnWirelessDevice.SessionKeysAbpV10xProperty |
build()
Builds the configured instance.
|
CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder |
nwkSKey(String nwkSKey)
Sets the value of
CfnWirelessDevice.SessionKeysAbpV10xProperty.getNwkSKey() |
@Stability(value=Stable) public CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder appSKey(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@Stability(value=Stable) public CfnWirelessDevice.SessionKeysAbpV10xProperty.Builder nwkSKey(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@Stability(value=Stable) public CfnWirelessDevice.SessionKeysAbpV10xProperty build()
build in interface software.amazon.jsii.Builder<CfnWirelessDevice.SessionKeysAbpV10xProperty>CfnWirelessDevice.SessionKeysAbpV10xPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.