public static interface SearchFlowTemplatesRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchFlowTemplatesRequest.Builder,SearchFlowTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchFlowTemplatesRequest.Builder |
filters(Collection<FlowTemplateFilter> filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest.Builder |
filters(Consumer<FlowTemplateFilter.Builder>... filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest.Builder |
filters(FlowTemplateFilter... filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchFlowTemplatesRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
SearchFlowTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchFlowTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchFlowTemplatesRequest.Builder filters(Collection<FlowTemplateFilter> filters)
An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.
filters - An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.SearchFlowTemplatesRequest.Builder filters(FlowTemplateFilter... filters)
An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.
filters - An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.SearchFlowTemplatesRequest.Builder filters(Consumer<FlowTemplateFilter.Builder>... filters)
An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.
FlowTemplateFilter.Builder avoiding the need to
create one manually via
FlowTemplateFilter.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
FlowTemplateFilter.Builder#filters(java.util.Collection) SearchFlowTemplatesRequest.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.SearchFlowTemplatesRequest.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.SearchFlowTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchFlowTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.