Class CfnWirelessDevice.FPortsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.FPortsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessDevice.FPortsProperty>
- Enclosing interface:
CfnWirelessDevice.FPortsProperty
@Stability(Stable)
public static final class CfnWirelessDevice.FPortsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessDevice.FPortsProperty>
A builder for
CfnWirelessDevice.FPortsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplications
(List<? extends Object> applications) Sets the value ofCfnWirelessDevice.FPortsProperty.getApplications()
applications
(IResolvable applications) Sets the value ofCfnWirelessDevice.FPortsProperty.getApplications()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applications
@Stability(Stable) public CfnWirelessDevice.FPortsProperty.Builder applications(IResolvable applications) Sets the value ofCfnWirelessDevice.FPortsProperty.getApplications()
- Parameters:
applications
- LoRaWAN application configuration, which can be used to perform geolocation.- Returns:
this
-
applications
@Stability(Stable) public CfnWirelessDevice.FPortsProperty.Builder applications(List<? extends Object> applications) Sets the value ofCfnWirelessDevice.FPortsProperty.getApplications()
- Parameters:
applications
- LoRaWAN application configuration, which can be used to perform geolocation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnWirelessDevice.FPortsProperty>
- Returns:
- a new instance of
CfnWirelessDevice.FPortsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-