CopyableBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>, SdkBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>public static interface DescribeEventDetailsRequest.Builder extends CopyableBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeEventDetailsRequest.Builder |
eventArns(String... eventArns) |
A list of event ARNs (unique identifiers).
|
DescribeEventDetailsRequest.Builder |
eventArns(Collection<String> eventArns) |
A list of event ARNs (unique identifiers).
|
DescribeEventDetailsRequest.Builder |
locale(String locale) |
The locale (language) to return information in.
|
copyapply, buildDescribeEventDetailsRequest.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"DescribeEventDetailsRequest.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"DescribeEventDetailsRequest.Builder locale(String locale)
The locale (language) to return information in. English (en) is the default and the only supported value at this time.
locale - The locale (language) to return information in. English (en) is the default and the only supported
value at this time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.