public static interface GetWirelessDeviceImportTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceImportTaskResponse.Builder |
arn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
creationTime(Instant creationTime)
The time at which the import task was created.
|
GetWirelessDeviceImportTaskResponse.Builder |
destinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
failedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
id(String id)
The identifier of the import task for which information is retrieved.
|
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 |
onboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
|
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 |
sidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
sidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResponse.Builder |
status(ImportTaskStatus status)
The import task status.
|
GetWirelessDeviceImportTaskResponse.Builder |
status(String status)
The import task status.
|
GetWirelessDeviceImportTaskResponse.Builder |
statusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to
fail.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetWirelessDeviceImportTaskResponse.Builder id(String id)
The identifier of the import task for which information is retrieved.
id - The identifier of the import task for which information is retrieved.GetWirelessDeviceImportTaskResponse.Builder arn(String arn)
The ARN (Amazon Resource Name) of the import task.
arn - The ARN (Amazon Resource Name) of the import task.GetWirelessDeviceImportTaskResponse.Builder destinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
destinationName - The name of the destination that's assigned to the wireless devices in the import task.GetWirelessDeviceImportTaskResponse.Builder sidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
sidewalk - The Sidewalk-related information about an import task.default GetWirelessDeviceImportTaskResponse.Builder sidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)
The Sidewalk-related information about an 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)GetWirelessDeviceImportTaskResponse.Builder creationTime(Instant creationTime)
The time at which the import task was created.
creationTime - The time at which the import task was created.GetWirelessDeviceImportTaskResponse.Builder status(String status)
The import task status.
status - The import task status.ImportTaskStatus,
ImportTaskStatusGetWirelessDeviceImportTaskResponse.Builder status(ImportTaskStatus status)
The import task status.
status - The import task status.ImportTaskStatus,
ImportTaskStatusGetWirelessDeviceImportTaskResponse.Builder statusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
statusReason - The reason for the provided status information, such as a validation error that causes the import task
to fail.GetWirelessDeviceImportTaskResponse.Builder initializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
initializedImportedDeviceCount - The number of devices in the import task that are waiting for the control log to start processing.GetWirelessDeviceImportTaskResponse.Builder pendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
pendingImportedDeviceCount - The number of devices in the import task that are waiting in the import task queue to be onboarded.GetWirelessDeviceImportTaskResponse.Builder onboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
onboardedImportedDeviceCount - The number of devices in the import task that have been onboarded to the import task.GetWirelessDeviceImportTaskResponse.Builder failedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
failedImportedDeviceCount - The number of devices in the import task that failed to onboard to the import task.Copyright © 2023. All rights reserved.