Interface WirelessDeviceImportTask.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WirelessDeviceImportTask.Builder,,- WirelessDeviceImportTask> - SdkBuilder<WirelessDeviceImportTask.Builder,,- WirelessDeviceImportTask> - SdkPojo
- Enclosing class:
- WirelessDeviceImportTask
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN (Amazon Resource Name) of the wireless device import task.creationTime(Instant creationTime) The time at which the import task was created.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 WirelessfailedImportedDeviceCount(Long failedImportedDeviceCount) The summary information of count of wireless devices in an import task that failed to onboarded to the import task.The ID of the wireless device import task.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.onboardedImportedDeviceCount(Long onboardedImportedDeviceCount) The summary information of count of wireless devices in an import task that have been onboarded to the import task.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.Buildersidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk) The Sidewalk-related information of the wireless device import task.sidewalk(SidewalkGetStartImportInfo sidewalk) The Sidewalk-related information of the wireless device import task.The status information of the wireless device import task.status(ImportTaskStatus status) The status information of the wireless device import task.statusReason(String statusReason) The reason that provides additional information about the import task status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
arnThe 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.
 
- 
destinationNameThe 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.
 
- 
sidewalkThe 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.
 
- 
sidewalkdefault 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.Builderavoiding the need to create one manually viaSidewalkGetStartImportInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(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:
 
- 
creationTimeThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
statusReasonThe 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.
 
- 
initializedImportedDeviceCountWirelessDeviceImportTask.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.
 
- 
pendingImportedDeviceCountThe 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.
 
- 
onboardedImportedDeviceCountThe 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.
 
- 
failedImportedDeviceCountThe 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.
 
 
-