Interface GetWirelessDeviceImportTaskResponse.Builder

    • Method Detail

      • id

        GetWirelessDeviceImportTaskResponse.Builder id​(String id)

        The identifier of the import task for which information is retrieved.

        Parameters:
        id - The identifier of the import task for which information is retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        GetWirelessDeviceImportTaskResponse.Builder arn​(String arn)

        The ARN (Amazon Resource Name) of the import task.

        Parameters:
        arn - The ARN (Amazon Resource Name) of the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationName

        GetWirelessDeviceImportTaskResponse.Builder destinationName​(String destinationName)

        The name of the destination that's assigned to the wireless devices in the import task.

        Parameters:
        destinationName - The name of the destination that's assigned to the wireless devices in the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetWirelessDeviceImportTaskResponse.Builder creationTime​(Instant creationTime)

        The time at which the import task was created.

        Parameters:
        creationTime - The time at which the import task was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReason

        GetWirelessDeviceImportTaskResponse.Builder statusReason​(String statusReason)

        The reason for the provided status information, such as a validation error that causes the import task to fail.

        Parameters:
        statusReason - The reason for the provided status information, such as a validation error that causes the import task to fail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initializedImportedDeviceCount

        GetWirelessDeviceImportTaskResponse.Builder initializedImportedDeviceCount​(Long initializedImportedDeviceCount)

        The number of devices in the import task that are waiting for the control log to start processing.

        Parameters:
        initializedImportedDeviceCount - The number of devices in the import task that are waiting for the control log to start processing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingImportedDeviceCount

        GetWirelessDeviceImportTaskResponse.Builder pendingImportedDeviceCount​(Long pendingImportedDeviceCount)

        The number of devices in the import task that are waiting in the import task queue to be onboarded.

        Parameters:
        pendingImportedDeviceCount - The number of devices in the import task that are waiting in the import task queue to be onboarded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onboardedImportedDeviceCount

        GetWirelessDeviceImportTaskResponse.Builder onboardedImportedDeviceCount​(Long onboardedImportedDeviceCount)

        The number of devices in the import task that have been onboarded to the import task.

        Parameters:
        onboardedImportedDeviceCount - The number of devices in the import task that have been onboarded to the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedImportedDeviceCount

        GetWirelessDeviceImportTaskResponse.Builder failedImportedDeviceCount​(Long failedImportedDeviceCount)

        The number of devices in the import task that failed to onboard to the import task.

        Parameters:
        failedImportedDeviceCount - The number of devices in the import task that failed to onboard to the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.