Class CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty>
- Enclosing interface:
CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty
@Stability(Stable)
public static final class CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty>
A builder for
CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.getAppSKey()build()Builds the configured instance.Sets the value ofCfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.getNwkSKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appSKey
@Stability(Stable) public CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.Builder appSKey(String appSKey) Sets the value ofCfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.getAppSKey()- Parameters:
appSKey- The AppSKey value.- Returns:
this
-
nwkSKey
@Stability(Stable) public CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.Builder nwkSKey(String nwkSKey) Sets the value ofCfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty.getNwkSKey()- Parameters:
nwkSKey- The NwkKey value.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty>- Returns:
- a new instance of
CfnWirelessDevicePropsMixin.SessionKeysAbpV10xProperty - Throws:
NullPointerException- if any required attribute was not provided
-