CopyableBuilder<DescribeEntityAggregatesRequest.Builder,DescribeEntityAggregatesRequest>
, SdkBuilder<DescribeEntityAggregatesRequest.Builder,DescribeEntityAggregatesRequest>
public static interface DescribeEntityAggregatesRequest.Builder extends CopyableBuilder<DescribeEntityAggregatesRequest.Builder,DescribeEntityAggregatesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeEntityAggregatesRequest.Builder |
eventArns(String... eventArns) |
A list of event ARNs (unique identifiers).
|
DescribeEntityAggregatesRequest.Builder |
eventArns(Collection<String> eventArns) |
A list of event ARNs (unique identifiers).
|
copy
apply, build
DescribeEntityAggregatesRequest.Builder eventArns(Collection<String> eventArns)
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
eventArns
- A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
DescribeEntityAggregatesRequest.Builder eventArns(String... eventArns)
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
NOTE: This method appends the values to the existing list (if any). Use
#setEventArns(java.util.Collection)
or #withEventArns(java.util.Collection)
if you want to
override the existing values.
eventArns
- A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.