Interface GetWirelessDeviceImportTaskResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>, IotWirelessResponse.Builder, SdkBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetWirelessDeviceImportTaskResponse

  • Method Details

    • 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

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

      The Sidewalk-related information about an import task.

      Parameters:
      sidewalk - The Sidewalk-related information about an import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sidewalk

      The Sidewalk-related information about an 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

      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 import task status.

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

      The import task status.

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