public static interface SearchEntitiesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<SearchEntitiesResponse.Builder,SearchEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchEntitiesResponse.Builder |
descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for each entity returned in the search result.
|
SearchEntitiesResponse.Builder |
descriptions(Consumer<EntityDescription.Builder>... descriptions)
An array of descriptions for each entity returned in the search result.
|
SearchEntitiesResponse.Builder |
descriptions(EntityDescription... descriptions)
An array of descriptions for each entity returned in the search result.
|
SearchEntitiesResponse.Builder |
nextToken(String nextToken)
The string to specify as
nextToken when you request the next page of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchEntitiesResponse.Builder descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for each entity returned in the search result.
descriptions - An array of descriptions for each entity returned in the search result.SearchEntitiesResponse.Builder descriptions(EntityDescription... descriptions)
An array of descriptions for each entity returned in the search result.
descriptions - An array of descriptions for each entity returned in the search result.SearchEntitiesResponse.Builder descriptions(Consumer<EntityDescription.Builder>... descriptions)
An array of descriptions for each entity returned in the search result.
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 #descriptions(List) .descriptions - a consumer that will call methods on List.Builder #descriptions(List) SearchEntitiesResponse.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.