public static interface EventAggregate.Builder extends CopyableBuilder<EventAggregate.Builder,EventAggregate>
| Modifier and Type | Method and Description |
|---|---|
EventAggregate.Builder |
aggregateValue(String aggregateValue)
The issue type for the associated count.
|
EventAggregate.Builder |
count(Integer count)
The number of events of the associated issue type.
|
copyapply, buildEventAggregate.Builder aggregateValue(String aggregateValue)
The issue type for the associated count.
aggregateValue - The issue type for the associated count.EventAggregate.Builder count(Integer count)
The number of events of the associated issue type.
count - The number of events of the associated issue type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.