Interface GetWirelessDeviceImportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,
,GetWirelessDeviceImportTaskResponse> IotWirelessResponse.Builder
,SdkBuilder<GetWirelessDeviceImportTaskResponse.Builder,
,GetWirelessDeviceImportTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetWirelessDeviceImportTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN (Amazon Resource Name) of the import task.creationTime
(Instant creationTime) The time at which the import task was created.destinationName
(String destinationName) The name of the destination that's assigned to the wireless devices in the import task.failedImportedDeviceCount
(Long failedImportedDeviceCount) The number of devices in the import task that failed to onboard to the import task.The identifier of the import task for which information is retrieved.initializedImportedDeviceCount
(Long initializedImportedDeviceCount) The number of devices in the import task that are waiting for the control log to start processing.onboardedImportedDeviceCount
(Long onboardedImportedDeviceCount) The number of devices in the import task that have been onboarded to the import task.pendingImportedDeviceCount
(Long pendingImportedDeviceCount) The number of devices in the import task that are waiting in the import task queue to be onboarded.sidewalk
(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk) The Sidewalk-related information about an import task.sidewalk
(SidewalkGetStartImportInfo sidewalk) The Sidewalk-related information about an import task.The import task status.status
(ImportTaskStatus status) The import task status.statusReason
(String statusReason) The reason for the provided status information, such as a validation error that causes the import task to fail.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The identifier of the import task for which information is retrieved.
- Parameters:
id
- The identifier of the import task for which information is retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN (Amazon Resource Name) of the import task.
- Parameters:
arn
- The ARN (Amazon Resource Name) of the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationName
The name of the destination that's assigned to the wireless devices in the import task.
- Parameters:
destinationName
- The name of the destination that's assigned to the wireless devices in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
The Sidewalk-related information about an import task.
- Parameters:
sidewalk
- The Sidewalk-related information about an import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
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 viaSidewalkGetStartImportInfo.builder()
.When the
Consumer
completes,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:
-
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
The import task status.
- Parameters:
status
- The import task status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The import task status.
- Parameters:
status
- The import task status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the provided status information, such as a validation error that causes the import task to fail.
- Parameters:
statusReason
- The reason for the provided status information, such as a validation error that causes the import task to fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initializedImportedDeviceCount
GetWirelessDeviceImportTaskResponse.Builder initializedImportedDeviceCount(Long initializedImportedDeviceCount) The number of devices in the import task that are waiting for the control log to start processing.
- Parameters:
initializedImportedDeviceCount
- The number of devices in the import task that are waiting for the control log to start processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pendingImportedDeviceCount
GetWirelessDeviceImportTaskResponse.Builder pendingImportedDeviceCount(Long pendingImportedDeviceCount) The number of devices in the import task that are waiting in the import task queue to be onboarded.
- Parameters:
pendingImportedDeviceCount
- The number of devices in the import task that are waiting in the import task queue to be onboarded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
onboardedImportedDeviceCount
GetWirelessDeviceImportTaskResponse.Builder onboardedImportedDeviceCount(Long onboardedImportedDeviceCount) The number of devices in the import task that have been onboarded to the import task.
- Parameters:
onboardedImportedDeviceCount
- The number of devices in the 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
GetWirelessDeviceImportTaskResponse.Builder failedImportedDeviceCount(Long failedImportedDeviceCount) The number of devices in the import task that failed to onboard to the import task.
- Parameters:
failedImportedDeviceCount
- The number of devices in the import task that failed to onboard to the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-