| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.arn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
static GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.builder() |
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.creationTime(Instant creationTime)
The time at which the import task was created.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.destinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.failedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.id(String id)
The identifier of the import task for which information is retrieved.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.initializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.onboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.pendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
default GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.sidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.sidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.status(ImportTaskStatus status)
The import task status.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.status(String status)
The import task status.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.statusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to
fail.
|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWirelessDeviceImportTaskResponse.Builder> |
GetWirelessDeviceImportTaskResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.