@Stability(value=Stable) public static final class CfnWirelessDevice.OtaaV11Property.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV11Property>
CfnWirelessDevice.OtaaV11Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWirelessDevice.OtaaV11Property.Builder |
appKey(String appKey)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getAppKey() |
CfnWirelessDevice.OtaaV11Property |
build()
Builds the configured instance.
|
CfnWirelessDevice.OtaaV11Property.Builder |
joinEui(String joinEui)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getJoinEui() |
CfnWirelessDevice.OtaaV11Property.Builder |
nwkKey(String nwkKey)
Sets the value of
CfnWirelessDevice.OtaaV11Property.getNwkKey() |
@Stability(value=Stable) public CfnWirelessDevice.OtaaV11Property.Builder appKey(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@Stability(value=Stable) public CfnWirelessDevice.OtaaV11Property.Builder joinEui(String joinEui)
CfnWirelessDevice.OtaaV11Property.getJoinEui()joinEui - The JoinEUI value. This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.OtaaV11Property.Builder nwkKey(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@Stability(value=Stable) public CfnWirelessDevice.OtaaV11Property build()
build in interface software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV11Property>CfnWirelessDevice.OtaaV11PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.