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 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) Copyright © 2021. All rights reserved.