public static interface SearchIndexResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<SearchIndexResponse.Builder,SearchIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchIndexResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or
null if there are no additional results. |
SearchIndexResponse.Builder |
thingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
thingGroups(Consumer<ThingGroupDocument.Builder>... thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
thingGroups(ThingGroupDocument... thingGroups)
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
things(Collection<ThingDocument> things)
The things that match the search query.
|
SearchIndexResponse.Builder |
things(Consumer<ThingDocument.Builder>... things)
The things that match the search query.
|
SearchIndexResponse.Builder |
things(ThingDocument... things)
The things that match the search query.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchIndexResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional
results.SearchIndexResponse.Builder things(Collection<ThingDocument> things)
The things that match the search query.
things - The things that match the search query.SearchIndexResponse.Builder things(ThingDocument... things)
The things that match the search query.
things - The things that match the search query.SearchIndexResponse.Builder things(Consumer<ThingDocument.Builder>... things)
The things that match the search query.
This is a convenience method that creates an instance of theThingDocument.Builder avoiding the need to create one
manually via ThingDocument.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #things(List.
things - a consumer that will call methods on
ThingDocument.Builder#things(java.util.Collection) SearchIndexResponse.Builder thingGroups(Collection<ThingGroupDocument> thingGroups)
The thing groups that match the search query.
thingGroups - The thing groups that match the search query.SearchIndexResponse.Builder thingGroups(ThingGroupDocument... thingGroups)
The thing groups that match the search query.
thingGroups - The thing groups that match the search query.SearchIndexResponse.Builder thingGroups(Consumer<ThingGroupDocument.Builder>... thingGroups)
The thing groups that match the search query.
This is a convenience method that creates an instance of theThingGroupDocument.Builder avoiding the need to create one
manually via ThingGroupDocument.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #thingGroups(List.
thingGroups - a consumer that will call methods on
ThingGroupDocument.Builder#thingGroups(java.util.Collection) Copyright © 2022. All rights reserved.