Class CfnWirelessDevice.ApplicationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.ApplicationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevice.ApplicationProperty>
- Enclosing interface:
CfnWirelessDevice.ApplicationProperty
@Stability(Stable)
public static final class CfnWirelessDevice.ApplicationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevice.ApplicationProperty>
A builder for
CfnWirelessDevice.ApplicationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationName(String destinationName) Sets the value ofCfnWirelessDevice.ApplicationProperty.getDestinationName()Sets the value ofCfnWirelessDevice.ApplicationProperty.getFPort()Sets the value ofCfnWirelessDevice.ApplicationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationName
@Stability(Stable) public CfnWirelessDevice.ApplicationProperty.Builder destinationName(String destinationName) Sets the value ofCfnWirelessDevice.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
Sets the value ofCfnWirelessDevice.ApplicationProperty.getFPort()- Parameters:
fPort- The name of the new destination for the device.- Returns:
this
-
type
Sets the value ofCfnWirelessDevice.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<CfnWirelessDevice.ApplicationProperty>- Returns:
- a new instance of
CfnWirelessDevice.ApplicationProperty - Throws:
NullPointerException- if any required attribute was not provided
-