public static interface DescribeEventDetailsRequest.Builder extends HealthRequest.Builder, CopyableBuilder<DescribeEventDetailsRequest.Builder,DescribeEventDetailsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeEventDetailsRequest.Builder |
eventArns(Collection<String> eventArns)
A list of event ARNs (unique identifiers).
|
DescribeEventDetailsRequest.Builder |
eventArns(String... eventArns)
A list of event ARNs (unique identifiers).
|
DescribeEventDetailsRequest.Builder |
locale(String locale)
The locale (language) to return information in.
|
DescribeEventDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEventDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeEventDetailsRequest.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"
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.DescribeEventDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEventDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.