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