Class CfnWirelessDevicePropsMixin.ApplicationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDevicePropsMixin.ApplicationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.ApplicationProperty>
- Enclosing interface:
CfnWirelessDevicePropsMixin.ApplicationProperty
@Stability(Stable)
public static final class CfnWirelessDevicePropsMixin.ApplicationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.ApplicationProperty>
A builder for
CfnWirelessDevicePropsMixin.ApplicationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationName(String destinationName) Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getDestinationName()Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getFPort()Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationName
@Stability(Stable) public CfnWirelessDevicePropsMixin.ApplicationProperty.Builder destinationName(String destinationName) Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getDestinationName()- Parameters:
destinationName- The name of the position data destination that describes the IoT rule that processes the device's position data.- Returns:
this
-
fPort
@Stability(Stable) public CfnWirelessDevicePropsMixin.ApplicationProperty.Builder fPort(Number fPort) Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getFPort()- Parameters:
fPort- The name of the new destination for the device.- Returns:
this
-
type
Sets the value ofCfnWirelessDevicePropsMixin.ApplicationProperty.getType()- Parameters:
type- Application type, which can be specified to obtain real-time position information of your LoRaWAN device.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWirelessDevicePropsMixin.ApplicationProperty>- Returns:
- a new instance of
CfnWirelessDevicePropsMixin.ApplicationProperty - Throws:
NullPointerException- if any required attribute was not provided
-