Interface GetWirelessDeviceImportTaskResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>,IotWirelessResponse.Builder,SdkBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWirelessDeviceImportTaskResponse
public static interface GetWirelessDeviceImportTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetWirelessDeviceImportTaskResponse.Builder,GetWirelessDeviceImportTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetWirelessDeviceImportTaskResponse.Builderarn(String arn)The ARN (Amazon Resource Name) of the import task.GetWirelessDeviceImportTaskResponse.BuildercreationTime(Instant creationTime)The time at which the import task was created.GetWirelessDeviceImportTaskResponse.BuilderdestinationName(String destinationName)The name of the destination that's assigned to the wireless devices in the import task.GetWirelessDeviceImportTaskResponse.BuilderfailedImportedDeviceCount(Long failedImportedDeviceCount)The number of devices in the import task that failed to onboard to the import task.GetWirelessDeviceImportTaskResponse.Builderid(String id)The identifier of the import task for which information is retrieved.GetWirelessDeviceImportTaskResponse.BuilderinitializedImportedDeviceCount(Long initializedImportedDeviceCount)The number of devices in the import task that are waiting for the control log to start processing.GetWirelessDeviceImportTaskResponse.BuilderonboardedImportedDeviceCount(Long onboardedImportedDeviceCount)The number of devices in the import task that have been onboarded to the import task.GetWirelessDeviceImportTaskResponse.BuilderpendingImportedDeviceCount(Long pendingImportedDeviceCount)The number of devices in the import task that are waiting in the import task queue to be onboarded.default GetWirelessDeviceImportTaskResponse.Buildersidewalk(Consumer<SidewalkGetStartImportInfo.Builder> sidewalk)The Sidewalk-related information about an import task.GetWirelessDeviceImportTaskResponse.Buildersidewalk(SidewalkGetStartImportInfo sidewalk)The Sidewalk-related information about an import task.GetWirelessDeviceImportTaskResponse.Builderstatus(String status)The import task status.GetWirelessDeviceImportTaskResponse.Builderstatus(ImportTaskStatus status)The import task status.GetWirelessDeviceImportTaskResponse.BuilderstatusReason(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 Detail
-
id
GetWirelessDeviceImportTaskResponse.Builder id(String 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
GetWirelessDeviceImportTaskResponse.Builder arn(String 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
GetWirelessDeviceImportTaskResponse.Builder destinationName(String 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
GetWirelessDeviceImportTaskResponse.Builder sidewalk(SidewalkGetStartImportInfo 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.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
GetWirelessDeviceImportTaskResponse.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
GetWirelessDeviceImportTaskResponse.Builder status(String 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:
ImportTaskStatus,ImportTaskStatus
-
status
GetWirelessDeviceImportTaskResponse.Builder status(ImportTaskStatus 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:
ImportTaskStatus,ImportTaskStatus
-
statusReason
GetWirelessDeviceImportTaskResponse.Builder statusReason(String 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.
-
-