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, sdkHttpResponsecopyapplyMutation, 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 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 #things(List) .things - a consumer that will call methods on List.Builder #things(List) 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 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 #thingGroups(List) .thingGroups - a consumer that will call methods on List.Builder #thingGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.