public static interface ListDevicesForWirelessDeviceImportTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesForWirelessDeviceImportTaskResponse.Builder,ListDevicesForWirelessDeviceImportTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesForWirelessDeviceImportTaskResponse.Builder |
destinationName(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.
|
ListDevicesForWirelessDeviceImportTaskResponse.Builder |
importedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
ListDevicesForWirelessDeviceImportTaskResponse.Builder |
importedWirelessDeviceList(Consumer<ImportedWirelessDevice.Builder>... importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
ListDevicesForWirelessDeviceImportTaskResponse.Builder |
importedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
|
ListDevicesForWirelessDeviceImportTaskResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or
null if there are no additional results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesForWirelessDeviceImportTaskResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional
results.ListDevicesForWirelessDeviceImportTaskResponse.Builder destinationName(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.
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.ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
importedWirelessDeviceList - List of wireless devices in an import task and their onboarding status.ListDevicesForWirelessDeviceImportTaskResponse.Builder importedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList)
List of wireless devices in an import task and their onboarding status.
importedWirelessDeviceList - List of wireless devices in an import task and their onboarding status.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 via
ImportedWirelessDevice.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #importedWirelessDeviceList(List.
importedWirelessDeviceList - a consumer that will call methods on
ImportedWirelessDevice.Builder#importedWirelessDeviceList(java.util.Collection) Copyright © 2023. All rights reserved.