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.
DeviceSummary.Builder avoiding the need to create one
manually via DeviceSummary.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
DeviceSummary.Builder#devices(java.util.Collection) 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 © 2022. All rights reserved.