Interface ListDevicesForWirelessDeviceImportTaskResponse.Builder

    • Method Detail

      • nextToken

        ListDevicesForWirelessDeviceImportTaskResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationName

        ListDevicesForWirelessDeviceImportTaskResponse.Builder destinationName​(String destinationName)

        The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.

        Parameters:
        destinationName - The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedWirelessDeviceList

        ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList​(Collection<ImportedWirelessDevice> importedWirelessDeviceList)

        List of wireless devices in an import task and their onboarding status.

        Parameters:
        importedWirelessDeviceList - List of wireless devices in an import task and their onboarding status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importedWirelessDeviceList

        ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList​(ImportedWirelessDevice... importedWirelessDeviceList)

        List of wireless devices in an import task and their onboarding status.

        Parameters:
        importedWirelessDeviceList - List of wireless devices in an import task and their onboarding status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.