Interface ListWirelessDeviceImportTasksResponse.Builder

    • Method Detail

      • nextToken

        ListWirelessDeviceImportTasksResponse.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.
      • wirelessDeviceImportTaskList

        ListWirelessDeviceImportTasksResponse.Builder wirelessDeviceImportTaskList​(Collection<WirelessDeviceImportTask> wirelessDeviceImportTaskList)

        List of import tasks and summary information of onboarding status of devices in each import task.

        Parameters:
        wirelessDeviceImportTaskList - List of import tasks and summary information of onboarding status of devices in each import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wirelessDeviceImportTaskList

        ListWirelessDeviceImportTasksResponse.Builder wirelessDeviceImportTaskList​(WirelessDeviceImportTask... wirelessDeviceImportTaskList)

        List of import tasks and summary information of onboarding status of devices in each import task.

        Parameters:
        wirelessDeviceImportTaskList - List of import tasks and summary information of onboarding status of devices in each import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.