public static interface ApplicationConfig.Builder extends SdkPojo, CopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig.Builder |
destinationName(String destinationName)
The name of the position data destination that describes the AWS IoT rule that processes the device's
position data for use by AWS IoT Core for LoRaWAN.
|
ApplicationConfig.Builder |
fPort(Integer fPort)
Sets the value of the FPort property for this object.
|
ApplicationConfig.Builder |
type(ApplicationConfigType type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
ApplicationConfig.Builder |
type(String type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationConfig.Builder fPort(Integer fPort)
fPort - The new value for the FPort property for this object.ApplicationConfig.Builder type(String type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
type - Application type, which can be specified to obtain real-time position information of your LoRaWAN
device.ApplicationConfigType,
ApplicationConfigTypeApplicationConfig.Builder type(ApplicationConfigType type)
Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
type - Application type, which can be specified to obtain real-time position information of your LoRaWAN
device.ApplicationConfigType,
ApplicationConfigTypeApplicationConfig.Builder destinationName(String destinationName)
The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
destinationName - The name of the position data destination that describes the AWS IoT rule that processes the device's
position data for use by AWS IoT Core for LoRaWAN.Copyright © 2022. All rights reserved.