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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicesForWirelessDeviceImportTaskResponse.BuilderdestinationName(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.BuilderimportedWirelessDeviceList(Collection<ImportedWirelessDevice> importedWirelessDeviceList)List of wireless devices in an import task and their onboarding status.ListDevicesForWirelessDeviceImportTaskResponse.BuilderimportedWirelessDeviceList(Consumer<ImportedWirelessDevice.Builder>... importedWirelessDeviceList)List of wireless devices in an import task and their onboarding status.ListDevicesForWirelessDeviceImportTaskResponse.BuilderimportedWirelessDeviceList(ImportedWirelessDevice... importedWirelessDeviceList)List of wireless devices in an import task and their onboarding status.ListDevicesForWirelessDeviceImportTaskResponse.BuildernextToken(String nextToken)The token to use to get the next set of results, ornullif 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 Detail
-
nextToken
ListDevicesForWirelessDeviceImportTaskResponse.Builder nextToken(String 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
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.
- 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.Builderavoiding the need to create one manually viaImportedWirelessDevice.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#importedWirelessDeviceList(List.) - 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:
#importedWirelessDeviceList(java.util.Collection)
-
-