Interface ListWirelessDevicesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListWirelessDevicesResponse.Builder,,ListWirelessDevicesResponse> IotWirelessResponse.Builder,SdkBuilder<ListWirelessDevicesResponse.Builder,,ListWirelessDevicesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListWirelessDevicesResponse
public static interface ListWirelessDevicesResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListWirelessDevicesResponse.Builder,ListWirelessDevicesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to use to get the next set of results, or null if there are no additional results.wirelessDeviceList(Collection<WirelessDeviceStatistics> wirelessDeviceList) The ID of the wireless device.wirelessDeviceList(Consumer<WirelessDeviceStatistics.Builder>... wirelessDeviceList) The ID of the wireless device.wirelessDeviceList(WirelessDeviceStatistics... wirelessDeviceList) The ID of the wireless device.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, 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 null if there are no additional results.
- Parameters:
 nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
wirelessDeviceList
ListWirelessDevicesResponse.Builder wirelessDeviceList(Collection<WirelessDeviceStatistics> wirelessDeviceList) The ID of the wireless device.
- Parameters:
 wirelessDeviceList- The ID of the wireless device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
wirelessDeviceList
ListWirelessDevicesResponse.Builder wirelessDeviceList(WirelessDeviceStatistics... wirelessDeviceList) The ID of the wireless device.
- Parameters:
 wirelessDeviceList- The ID of the wireless device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
wirelessDeviceList
ListWirelessDevicesResponse.Builder wirelessDeviceList(Consumer<WirelessDeviceStatistics.Builder>... wirelessDeviceList) The ID of the wireless device.
This is a convenience method that creates an instance of theWirelessDeviceStatistics.Builderavoiding the need to create one manually viaWirelessDeviceStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towirelessDeviceList(List<WirelessDeviceStatistics>).- Parameters:
 wirelessDeviceList- a consumer that will call methods onWirelessDeviceStatistics.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -