Interface ApplicationConfig.Builder

    • Method Detail

      • fPort

        ApplicationConfig.Builder fPort​(Integer fPort)
        Sets the value of the FPort property for this object.
        Parameters:
        fPort - The new value for the FPort property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ApplicationConfig.Builder type​(String type)

        Application type, which can be specified to obtain real-time position information of your LoRaWAN device.

        Parameters:
        type - Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationConfigType, ApplicationConfigType
      • type

        ApplicationConfig.Builder type​(ApplicationConfigType type)

        Application type, which can be specified to obtain real-time position information of your LoRaWAN device.

        Parameters:
        type - Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationConfigType, ApplicationConfigType
      • destinationName

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.