static SearchIndexResponse.Builder |
SearchIndexResponse.builder() |
|
SearchIndexResponse.Builder |
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 |
SearchIndexResponse.Builder.thingGroups(Collection<ThingGroupDocument> thingGroups) |
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.thingGroups(Consumer<ThingGroupDocument.Builder>... thingGroups) |
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.thingGroups(ThingGroupDocument... thingGroups) |
The thing groups that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(Collection<ThingDocument> things) |
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(Consumer<ThingDocument.Builder>... things) |
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.Builder.things(ThingDocument... things) |
The things that match the search query.
|
SearchIndexResponse.Builder |
SearchIndexResponse.toBuilder() |
|