Interface WirelessDeviceImportTask.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>,SdkBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>,SdkPojo
- Enclosing class:
- WirelessDeviceImportTask
public static interface WirelessDeviceImportTask.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceImportTask.Builder,WirelessDeviceImportTask>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description WirelessDeviceImportTask.Builderarn(String arn)The ARN (Amazon Resource Name) of the wireless device import task.WirelessDeviceImportTask.BuildercreationTime(Instant creationTime)The time at which the import task was created.WirelessDeviceImportTask.BuilderdestinationName(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 WirelessWirelessDeviceImportTask.BuilderfailedImportedDeviceCount(Long failedImportedDeviceCount)The summary information of count of wireless devices in an import task that failed to onboarded to the import task.WirelessDeviceImportTask.Builderid(String id)The ID of the wireless device import task.WirelessDeviceImportTask.BuilderinitializedImportedDeviceCount(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.BuilderonboardedImportedDeviceCount(Long onboardedImportedDeviceCount)The summary information of count of wireless devices in an import task that have been onboarded to the import task.WirelessDeviceImportTask.BuilderpendingImportedDeviceCount(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.WirelessDeviceImportTask.Buildersidewalk(SidewalkGetStartImportInfo sidewalk)The Sidewalk-related information of the wireless device import task.WirelessDeviceImportTask.Builderstatus(String status)The status information of the wireless device import task.WirelessDeviceImportTask.Builderstatus(ImportTaskStatus status)The status information of the wireless device import task.WirelessDeviceImportTask.BuilderstatusReason(String statusReason)The reason that provides additional information about the import task status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
WirelessDeviceImportTask.Builder id(String id)
The 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.
-
arn
WirelessDeviceImportTask.Builder arn(String arn)
The 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.
-
destinationName
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
- 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.
-
sidewalk
WirelessDeviceImportTask.Builder sidewalk(SidewalkGetStartImportInfo sidewalk)
The 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.
-
sidewalk
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.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 onSidewalkGetStartImportInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sidewalk(SidewalkGetStartImportInfo)
-
creationTime
WirelessDeviceImportTask.Builder creationTime(Instant 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
WirelessDeviceImportTask.Builder status(String status)
The 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:
ImportTaskStatus,ImportTaskStatus
-
status
WirelessDeviceImportTask.Builder status(ImportTaskStatus status)
The 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:
ImportTaskStatus,ImportTaskStatus
-
statusReason
WirelessDeviceImportTask.Builder statusReason(String statusReason)
The 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.
-
initializedImportedDeviceCount
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.
- 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.
-
pendingImportedDeviceCount
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.
- 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.
-
onboardedImportedDeviceCount
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.
- 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.
-
failedImportedDeviceCount
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.
- 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.
-
-