public static interface SearchSystemInstancesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchSystemInstancesRequest.Builder,SearchSystemInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchSystemInstancesRequest.Builder |
filters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search.
|
SearchSystemInstancesRequest.Builder |
filters(Consumer<SystemInstanceFilter.Builder>... filters)
Optional filter to apply to the search.
|
SearchSystemInstancesRequest.Builder |
filters(SystemInstanceFilter... filters)
Optional filter to apply to the search.
|
SearchSystemInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchSystemInstancesRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
SearchSystemInstancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchSystemInstancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSystemInstancesRequest.Builder filters(Collection<SystemInstanceFilter> filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID,
STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters - Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID,
STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
SearchSystemInstancesRequest.Builder filters(SystemInstanceFilter... filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID,
STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
filters - Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID,
STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
SearchSystemInstancesRequest.Builder filters(Consumer<SystemInstanceFilter.Builder>... filters)
Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID,
STATUS, and GREENGRASS_GROUP_NAME.
Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.
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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) SearchSystemInstancesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken - The string that specifies the next page of results. Use this when you're paginating results.SearchSystemInstancesRequest.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.SearchSystemInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchSystemInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.