@Stability(value=Stable) public static final class CfnWirelessDevice.OtaaV10xProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV10xProperty>
CfnWirelessDevice.OtaaV10xProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWirelessDevice.OtaaV10xProperty.Builder |
appEui(String appEui)
Sets the value of
CfnWirelessDevice.OtaaV10xProperty.getAppEui() |
CfnWirelessDevice.OtaaV10xProperty.Builder |
appKey(String appKey)
Sets the value of
CfnWirelessDevice.OtaaV10xProperty.getAppKey() |
CfnWirelessDevice.OtaaV10xProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnWirelessDevice.OtaaV10xProperty.Builder appEui(String appEui)
CfnWirelessDevice.OtaaV10xProperty.getAppEui()appEui - The AppEUI value, with pattern of `[a-fA-F0-9]{16}` . This parameter is required.this@Stability(value=Stable) public CfnWirelessDevice.OtaaV10xProperty.Builder appKey(String appKey)
CfnWirelessDevice.OtaaV10xProperty.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.OtaaV10xProperty build()
build in interface software.amazon.jsii.Builder<CfnWirelessDevice.OtaaV10xProperty>CfnWirelessDevice.OtaaV10xPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.