public static interface SearchThingsResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchThingsResponse.Builder,SearchThingsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchThingsResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
SearchThingsResponse.Builder |
things(Collection<Thing> things)
An array of things in the result set.
|
SearchThingsResponse.Builder |
things(Consumer<Thing.Builder>... things)
An array of things in the result set.
|
SearchThingsResponse.Builder |
things(Thing... things)
An array of things in the result set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchThingsResponse.Builder things(Collection<Thing> things)
An array of things in the result set.
things - An array of things in the result set.SearchThingsResponse.Builder things(Thing... things)
An array of things in the result set.
things - An array of things in the result set.SearchThingsResponse.Builder things(Consumer<Thing.Builder>... things)
An array of things in the result set.
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) SearchThingsResponse.Builder nextToken(String nextToken)
The string to specify as nextToken when you request the next page of results.
nextToken - The string to specify as nextToken when you request the next page of results.Copyright © 2021. All rights reserved.