public static interface EntityAggregate.Builder extends CopyableBuilder<EntityAggregate.Builder,EntityAggregate>
| Modifier and Type | Method and Description |
|---|---|
EntityAggregate.Builder |
count(Integer count)
The number entities that match the criteria for the specified events.
|
EntityAggregate.Builder |
eventArn(String eventArn)
The unique identifier for the event.
|
copyapply, buildEntityAggregate.Builder eventArn(String eventArn)
The unique identifier for the event. Format:
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID . Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331
eventArn - The unique identifier for the event. Format:
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID . Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331EntityAggregate.Builder count(Integer count)
The number entities that match the criteria for the specified events.
count - The number entities that match the criteria for the specified events.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.