public static interface SearchSystemTemplatesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchSystemTemplatesRequest.Builder,SearchSystemTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchSystemTemplatesRequest.Builder |
filters(Collection<SystemTemplateFilter> filters)
An array of filters that limit the result set.
|
SearchSystemTemplatesRequest.Builder |
filters(Consumer<SystemTemplateFilter.Builder>... filters)
An array of filters that limit the result set.
|
SearchSystemTemplatesRequest.Builder |
filters(SystemTemplateFilter... filters)
An array of filters that limit the result set.
|
SearchSystemTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchSystemTemplatesRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
SearchSystemTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchSystemTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchSystemTemplatesRequest.Builder filters(Collection<SystemTemplateFilter> filters)
An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.
filters - An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.SearchSystemTemplatesRequest.Builder filters(SystemTemplateFilter... filters)
An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.
filters - An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.SearchSystemTemplatesRequest.Builder filters(Consumer<SystemTemplateFilter.Builder>... filters)
An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.
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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) SearchSystemTemplatesRequest.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.SearchSystemTemplatesRequest.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.SearchSystemTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchSystemTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.