Interface ListDevicesForWirelessDeviceImportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,
,ListDevicesForWirelessDeviceImportTaskResponse> IotWirelessResponse.Builder
,SdkBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,
,ListDevicesForWirelessDeviceImportTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDevicesForWirelessDeviceImportTaskResponse
public static interface ListDevicesForWirelessDeviceImportTaskResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,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, ornull
if there are no additional results.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
-
nextToken
The token to use to get the next set of results, or
null
if there are no additional results.- Parameters:
nextToken
- The token to use to get the next set of results, ornull
if 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.
-
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.Builder
avoiding the need to create one manually viaImportedWirelessDevice.builder()
.When the
Consumer
completes,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:
-