public static interface ListWirelessDevicesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListWirelessDevicesResponse.Builder,ListWirelessDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWirelessDevicesResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListWirelessDevicesResponse.Builder |
wirelessDeviceList(Collection<WirelessDeviceStatistics> wirelessDeviceList)
The ID of the wireless device.
|
ListWirelessDevicesResponse.Builder |
wirelessDeviceList(Consumer<WirelessDeviceStatistics.Builder>... wirelessDeviceList)
The ID of the wireless device.
|
ListWirelessDevicesResponse.Builder |
wirelessDeviceList(WirelessDeviceStatistics... wirelessDeviceList)
The ID of the wireless device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWirelessDevicesResponse.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.ListWirelessDevicesResponse.Builder wirelessDeviceList(Collection<WirelessDeviceStatistics> wirelessDeviceList)
The ID of the wireless device.
wirelessDeviceList - The ID of the wireless device.ListWirelessDevicesResponse.Builder wirelessDeviceList(WirelessDeviceStatistics... wirelessDeviceList)
The ID of the wireless device.
wirelessDeviceList - The ID of the wireless device.ListWirelessDevicesResponse.Builder wirelessDeviceList(Consumer<WirelessDeviceStatistics.Builder>... wirelessDeviceList)
The ID of the wireless device.
This is a convenience method that creates an instance of theWirelessDeviceStatistics.Builder avoiding the need
to create one manually via
WirelessDeviceStatistics.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #wirelessDeviceList(List.
wirelessDeviceList - a consumer that will call methods on
WirelessDeviceStatistics.Builder#wirelessDeviceList(java.util.Collection) Copyright © 2023. All rights reserved.