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(Consumer<DeviceData.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 devices(Consumer<DeviceData.Builder>... devices)
The devices that meet the specified set of filter criteria, in sort order.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #devices(List) .devices - a consumer that will call methods on List.Builder #devices(List) 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.