CopyableBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>, SdkBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>public static interface DescribeEntityAggregatesResponse.Builder extends CopyableBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeEntityAggregatesResponse.Builder |
entityAggregates(Collection<EntityAggregate> 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setEntityAggregates(java.util.Collection) or #withEntityAggregates(java.util.Collection) if
you want to override the existing values.
entityAggregates - The number of entities that are affected by each of the specified events.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.