public static interface DescribeEntityAggregatesResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityAggregatesResponse.Builder |
entityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
|
DescribeEntityAggregatesResponse.Builder |
entityAggregates(Consumer<EntityAggregate.Builder>... entityAggregates)
The number of entities that are affected by each of the specified events.
|
DescribeEntityAggregatesResponse.Builder |
entityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntityAggregatesResponse.Builder entityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
entityAggregates - The number of entities that are affected by each of the specified events.DescribeEntityAggregatesResponse.Builder entityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
entityAggregates - The number of entities that are affected by each of the specified events.DescribeEntityAggregatesResponse.Builder entityAggregates(Consumer<EntityAggregate.Builder>... entityAggregates)
The number of entities that are affected by each of the specified events.
This is a convenience method that creates an instance of theEntityAggregate.Builder avoiding the need to create one
manually via EntityAggregate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #entityAggregates(List.
entityAggregates - a consumer that will call methods on
EntityAggregate.Builder#entityAggregates(java.util.Collection) Copyright © 2022. All rights reserved.