public static interface SearchDevicesResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<SearchDevicesResponse.Builder,SearchDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesResponse.Builder |
devices(Collection<DeviceSummary> devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
SearchDevicesResponse.Builder |
devices(Consumer<DeviceSummary.Builder>... devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
SearchDevicesResponse.Builder |
devices(DeviceSummary... devices)
An array of
DeviceSummary objects for devices that match the specified filter values. |
SearchDevicesResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDevicesResponse.Builder devices(Collection<DeviceSummary> devices)
An array of DeviceSummary objects for devices that match the specified filter values.
devices - An array of DeviceSummary objects for devices that match the specified filter values.SearchDevicesResponse.Builder devices(DeviceSummary... devices)
An array of DeviceSummary objects for devices that match the specified filter values.
devices - An array of DeviceSummary objects for devices that match the specified filter values.SearchDevicesResponse.Builder devices(Consumer<DeviceSummary.Builder>... devices)
An array of DeviceSummary objects for devices that match the specified filter values.
List.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)
A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
nextToken - A token used for pagination of results, or null if there are no additional results. Use the token
value in a subsequent request to continue results where the previous request ended.Copyright © 2020. All rights reserved.