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 method that creates an instance of theThing.Builder avoiding the need to create one
manually via Thing.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
Thing.Builder#things(java.util.Collection) 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 © 2023. All rights reserved.