public static interface SearchDevicesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theDeviceData.Builder avoiding the need to create
one manually via DeviceData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #devices(List.
devices - a consumer that will call methods on
DeviceData.Builder#devices(java.util.Collection) 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 © 2023. All rights reserved.