Interface ApplicationConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>, SdkBuilder<ApplicationConfig.Builder,ApplicationConfig>, SdkPojo
Enclosing class:
ApplicationConfig

public static interface ApplicationConfig.Builder extends SdkPojo, CopyableBuilder<ApplicationConfig.Builder,ApplicationConfig>
  • Method Details

    • 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

      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:
    • 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:
    • 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.