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