public static interface GetEntitiesResponse.Builder extends IoTThingsGraphResponse.Builder, SdkPojo, CopyableBuilder<GetEntitiesResponse.Builder,GetEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEntitiesResponse.Builder |
descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for the specified entities.
|
GetEntitiesResponse.Builder |
descriptions(Consumer<EntityDescription.Builder>... descriptions)
An array of descriptions for the specified entities.
|
GetEntitiesResponse.Builder |
descriptions(EntityDescription... descriptions)
An array of descriptions for the specified entities.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEntitiesResponse.Builder descriptions(Collection<EntityDescription> descriptions)
An array of descriptions for the specified entities.
descriptions - An array of descriptions for the specified entities.GetEntitiesResponse.Builder descriptions(EntityDescription... descriptions)
An array of descriptions for the specified entities.
descriptions - An array of descriptions for the specified entities.GetEntitiesResponse.Builder descriptions(Consumer<EntityDescription.Builder>... descriptions)
An array of descriptions for the specified entities.
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) Copyright © 2022. All rights reserved.