Class CfnWirelessDevice.AbpV10xProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.AbpV10xProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevice.AbpV10xProperty>
- Enclosing interface:
CfnWirelessDevice.AbpV10xProperty
@Stability(Stable)
public static final class CfnWirelessDevice.AbpV10xProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevice.AbpV10xProperty>
A builder for
CfnWirelessDevice.AbpV10xProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnWirelessDevice.AbpV10xProperty.getDevAddr()
sessionKeys
(IResolvable sessionKeys) Sets the value ofCfnWirelessDevice.AbpV10xProperty.getSessionKeys()
sessionKeys
(CfnWirelessDevice.SessionKeysAbpV10xProperty sessionKeys) Sets the value ofCfnWirelessDevice.AbpV10xProperty.getSessionKeys()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
devAddr
Sets the value ofCfnWirelessDevice.AbpV10xProperty.getDevAddr()
- Parameters:
devAddr
- The DevAddr value. This parameter is required.- Returns:
this
-
sessionKeys
@Stability(Stable) public CfnWirelessDevice.AbpV10xProperty.Builder sessionKeys(IResolvable sessionKeys) Sets the value ofCfnWirelessDevice.AbpV10xProperty.getSessionKeys()
- Parameters:
sessionKeys
- Session keys for ABP v1.0.x. This parameter is required.- Returns:
this
-
sessionKeys
@Stability(Stable) public CfnWirelessDevice.AbpV10xProperty.Builder sessionKeys(CfnWirelessDevice.SessionKeysAbpV10xProperty sessionKeys) Sets the value ofCfnWirelessDevice.AbpV10xProperty.getSessionKeys()
- Parameters:
sessionKeys
- Session keys for ABP v1.0.x. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWirelessDevice.AbpV10xProperty>
- Returns:
- a new instance of
CfnWirelessDevice.AbpV10xProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-