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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeEntityAggregatesResponse.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 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 #entityAggregates(List)
.entityAggregates
- a consumer that will call methods on List.Builder
#entityAggregates(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.