Interface WirelessDeviceImportTask.Builder

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

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

    • 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

      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

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

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

      This is a convenience method that creates an instance of the SidewalkGetStartImportInfo.Builder avoiding the need to create one manually via SidewalkGetStartImportInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sidewalk(SidewalkGetStartImportInfo).

      Parameters:
      sidewalk - a consumer that will call methods on SidewalkGetStartImportInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • status

      The status information of the wireless device import task.

      Parameters:
      status - The status information of the wireless device import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status information of the wireless device import task.

      Parameters:
      status - The status information of the wireless device import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.