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 method that creates an instance of theEntityDescription.Builder avoiding the need to
create one manually via
EntityDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #descriptions(List.
descriptions - a consumer that will call methods on
EntityDescription.Builder#descriptions(java.util.Collection) 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 © 2023. All rights reserved.