public static interface SearchDevicesResponse.Builder extends AlexaForBusinessResponse.Builder, CopyableBuilder<SearchDevicesResponse.Builder,SearchDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResponse.Builder |
devices(Collection<DeviceData> devices)
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResponse.Builder |
devices(DeviceData... devices)
The devices that meet the specified set of filter criteria, in sort order.
|
SearchDevicesResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchDevicesResponse.Builder |
totalCount(Integer totalCount)
The total number of devices returned.
|
buildcopyapply, buildSearchDevicesResponse.Builder devices(Collection<DeviceData> devices)
The devices that meet the specified set of filter criteria, in sort order.
devices - The devices that meet the specified set of filter criteria, in sort order.SearchDevicesResponse.Builder devices(DeviceData... devices)
The devices that meet the specified set of filter criteria, in sort order.
devices - The devices that meet the specified set of filter criteria, in sort order.SearchDevicesResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.SearchDevicesResponse.Builder totalCount(Integer totalCount)
The total number of devices returned.
totalCount - The total number of devices returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.