Interface ListDevicesForWirelessDeviceImportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,,ListDevicesForWirelessDeviceImportTaskResponse> IotWirelessResponse.Builder,SdkBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,,ListDevicesForWirelessDeviceImportTaskResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDevicesForWirelessDeviceImportTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptiondestinationName(String destinationName) The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.importedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.importedWirelessDeviceList(Consumer<ImportedWirelessDevice.Builder>... importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.importedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.The token to use to get the next set of results, ornullif there are no additional results.positioning(String positioning) The integration status of the Device Location feature for Sidewalk devices.positioning(PositioningConfigStatus positioning) The integration status of the Device Location feature for Sidewalk devices.The Sidewalk object containing Sidewalk-related device information.sidewalk(SidewalkListDevicesForImportInfo sidewalk) The Sidewalk object containing Sidewalk-related device information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to use to get the next set of results, or
nullif there are no additional results.- Parameters:
nextToken- The token to use to get the next set of results, ornullif there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationName
The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.
- Parameters:
destinationName- The name of the Sidewalk destination that describes the IoT rule to route messages received from devices in an import task that are onboarded to AWS IoT Wireless.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
positioning
The integration status of the Device Location feature for Sidewalk devices.
- Parameters:
positioning- The integration status of the Device Location feature for Sidewalk devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
positioning
ListDevicesForWirelessDeviceImportTaskResponse.Builder positioning(PositioningConfigStatus positioning) The integration status of the Device Location feature for Sidewalk devices.
- Parameters:
positioning- The integration status of the Device Location feature for Sidewalk devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sidewalk
ListDevicesForWirelessDeviceImportTaskResponse.Builder sidewalk(SidewalkListDevicesForImportInfo sidewalk) The Sidewalk object containing Sidewalk-related device information.
- Parameters:
sidewalk- The Sidewalk object containing Sidewalk-related device information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sidewalk
default ListDevicesForWirelessDeviceImportTaskResponse.Builder sidewalk(Consumer<SidewalkListDevicesForImportInfo.Builder> sidewalk) The Sidewalk object containing Sidewalk-related device information.
This is a convenience method that creates an instance of theSidewalkListDevicesForImportInfo.Builderavoiding the need to create one manually viaSidewalkListDevicesForImportInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosidewalk(SidewalkListDevicesForImportInfo).- Parameters:
sidewalk- a consumer that will call methods onSidewalkListDevicesForImportInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importedWirelessDeviceList
ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.
- Parameters:
importedWirelessDeviceList- List of wireless devices in an import task and their onboarding status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedWirelessDeviceList
ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.
- Parameters:
importedWirelessDeviceList- List of wireless devices in an import task and their onboarding status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedWirelessDeviceList
ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList(Consumer<ImportedWirelessDevice.Builder>... importedWirelessDeviceList) List of wireless devices in an import task and their onboarding status.
This is a convenience method that creates an instance of theImportedWirelessDevice.Builderavoiding the need to create one manually viaImportedWirelessDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportedWirelessDeviceList(List<ImportedWirelessDevice>).- Parameters:
importedWirelessDeviceList- a consumer that will call methods onImportedWirelessDevice.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-