public static interface ListEntitiesResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<ListEntitiesResponse.Builder,ListEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesResponse.Builder |
entitySummaries(Collection<EntitySummary> entitySummaries)
A list of objects that contain information about the entities.
|
ListEntitiesResponse.Builder |
entitySummaries(Consumer<EntitySummary.Builder>... entitySummaries)
A list of objects that contain information about the entities.
|
ListEntitiesResponse.Builder |
entitySummaries(EntitySummary... entitySummaries)
A list of objects that contain information about the entities.
|
ListEntitiesResponse.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitiesResponse.Builder entitySummaries(Collection<EntitySummary> entitySummaries)
A list of objects that contain information about the entities.
entitySummaries - A list of objects that contain information about the entities.ListEntitiesResponse.Builder entitySummaries(EntitySummary... entitySummaries)
A list of objects that contain information about the entities.
entitySummaries - A list of objects that contain information about the entities.ListEntitiesResponse.Builder entitySummaries(Consumer<EntitySummary.Builder>... entitySummaries)
A list of objects that contain information about the entities.
This is a convenience method 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 #entitySummaries(List) .entitySummaries - a consumer that will call methods on List.Builder #entitySummaries(List) ListEntitiesResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.Copyright © 2022. All rights reserved.