public static interface SearchDevicesRequest.Builder extends BraketRequest.Builder, SdkPojo, CopyableBuilder<SearchDevicesRequest.Builder,SearchDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchDevicesRequest.Builder |
filters(Collection<SearchDevicesFilter> filters)
The filter values to use to search for a device.
|
SearchDevicesRequest.Builder |
filters(Consumer<SearchDevicesFilter.Builder>... filters)
The filter values to use to search for a device.
|
SearchDevicesRequest.Builder |
filters(SearchDevicesFilter... filters)
The filter values to use to search for a device.
|
SearchDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchDevicesRequest.Builder |
nextToken(String nextToken)
A token used for pagination of results returned in the response.
|
SearchDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDevicesRequest.Builder filters(Collection<SearchDevicesFilter> filters)
The filter values to use to search for a device.
filters - The filter values to use to search for a device.SearchDevicesRequest.Builder filters(SearchDevicesFilter... filters)
The filter values to use to search for a device.
filters - The filter values to use to search for a device.SearchDevicesRequest.Builder filters(Consumer<SearchDevicesFilter.Builder>... filters)
The filter values to use to search for a device.
This is a convenience method that creates an instance of theSearchDevicesFilter.Builder avoiding the need to create
one manually via SearchDevicesFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
SearchDevicesFilter.Builder#filters(java.util.Collection) SearchDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.SearchDevicesRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned in the response. Use the token returned from the previous request continue results where the previous request ended.
nextToken - A token used for pagination of results returned in the response. Use the token returned from the
previous request continue results where the previous request ended.SearchDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.