Interface WirelessDeviceImportTask.Builder

    • Method Detail

      • id

        WirelessDeviceImportTask.Builder id​(String id)

        The ID of the wireless device import task.

        Parameters:
        id - The ID of the wireless device import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        WirelessDeviceImportTask.Builder arn​(String arn)

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

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

        WirelessDeviceImportTask.Builder destinationName​(String destinationName)

        The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless

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

        WirelessDeviceImportTask.Builder sidewalk​(SidewalkGetStartImportInfo sidewalk)

        The Sidewalk-related information of the wireless device import task.

        Parameters:
        sidewalk - The Sidewalk-related information of the wireless device import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        WirelessDeviceImportTask.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

        WirelessDeviceImportTask.Builder statusReason​(String statusReason)

        The reason that provides additional information about the import task status.

        Parameters:
        statusReason - The reason that provides additional information about the import task status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initializedImportedDeviceCount

        WirelessDeviceImportTask.Builder initializedImportedDeviceCount​(Long initializedImportedDeviceCount)

        The summary information of count of wireless devices that are waiting for the control log to be added to an import task.

        Parameters:
        initializedImportedDeviceCount - The summary information of count of wireless devices that are waiting for the control log to be added to an import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pendingImportedDeviceCount

        WirelessDeviceImportTask.Builder pendingImportedDeviceCount​(Long pendingImportedDeviceCount)

        The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.

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

        WirelessDeviceImportTask.Builder onboardedImportedDeviceCount​(Long onboardedImportedDeviceCount)

        The summary information of count of wireless devices in an import task that have been onboarded to the import task.

        Parameters:
        onboardedImportedDeviceCount - The summary information of count of wireless devices in an 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

        WirelessDeviceImportTask.Builder failedImportedDeviceCount​(Long failedImportedDeviceCount)

        The summary information of count of wireless devices in an import task that failed to onboarded to the import task.

        Parameters:
        failedImportedDeviceCount - The summary information of count of wireless devices in an import task that failed to onboarded to the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.