public static interface WirelessDeviceImportTask.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>
| Modifier and Type | Method and Description |
|---|---|
WirelessDeviceImportTask.Builder |
arn(String arn)
The ARN (Amazon Resource Name) of the wireless device import task.
|
WirelessDeviceImportTask.Builder |
creationTime(Instant creationTime)
The time at which the import task was created.
|
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
|
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.
|
WirelessDeviceImportTask.Builder |
id(String id)
The ID of the wireless device import task.
|
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.
|
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.
|
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.
|
default WirelessDeviceImportTask.Builder |
sidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)
The Sidewalk-related information of the wireless device import task.
|
WirelessDeviceImportTask.Builder |
sidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information of the wireless device import task.
|
WirelessDeviceImportTask.Builder |
status(ImportTaskStatus status)
The status information of the wireless device import task.
|
WirelessDeviceImportTask.Builder |
status(String status)
The status information of the wireless device import task.
|
WirelessDeviceImportTask.Builder |
statusReason(String statusReason)
The reason that provides additional information about the import task status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWirelessDeviceImportTask.Builder id(String id)
The ID of the wireless device import task.
id - The ID of the wireless device import task.WirelessDeviceImportTask.Builder arn(String arn)
The ARN (Amazon Resource Name) of the wireless device import task.
arn - The ARN (Amazon Resource Name) of the wireless device import task.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
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 WirelessWirelessDeviceImportTask.Builder sidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information of the wireless device import task.
sidewalk - The Sidewalk-related information of the wireless device import task.default WirelessDeviceImportTask.Builder sidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)
The Sidewalk-related information of the wireless device import task.
This is a convenience method that creates an instance of theSidewalkGetStartImportInfo.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).
sidewalk - a consumer that will call methods on SidewalkGetStartImportInfo.Buildersidewalk(SidewalkGetStartImportInfo)WirelessDeviceImportTask.Builder creationTime(Instant creationTime)
The time at which the import task was created.
creationTime - The time at which the import task was created.WirelessDeviceImportTask.Builder status(String status)
The status information of the wireless device import task.
status - The status information of the wireless device import task.ImportTaskStatus,
ImportTaskStatusWirelessDeviceImportTask.Builder status(ImportTaskStatus status)
The status information of the wireless device import task.
status - The status information of the wireless device import task.ImportTaskStatus,
ImportTaskStatusWirelessDeviceImportTask.Builder statusReason(String statusReason)
The reason that provides additional information about the import task status.
statusReason - The reason that provides additional information about the import task status.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.
initializedImportedDeviceCount - The summary information of count of wireless devices that are waiting for the control log to be added
to an import task.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.
pendingImportedDeviceCount - The summary information of count of wireless devices in an import task that are waiting in the queue
to be onboarded.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.
onboardedImportedDeviceCount - The summary information of count of wireless devices in an import task that have been onboarded to the
import task.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.
failedImportedDeviceCount - The summary information of count of wireless devices in an import task that failed to onboarded to the
import task.Copyright © 2023. All rights reserved.