Interface DescribeEntityAggregatesForOrganizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,
,DescribeEntityAggregatesForOrganizationRequest> HealthRequest.Builder
,SdkBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,
,DescribeEntityAggregatesForOrganizationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeEntityAggregatesForOrganizationRequest
@Mutable
@NotThreadSafe
public static interface DescribeEntityAggregatesForOrganizationRequest.Builder
extends HealthRequest.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,DescribeEntityAggregatesForOrganizationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountIds
(String... awsAccountIds) A list of 12-digit Amazon Web Services account numbers that contains the affected entities.awsAccountIds
(Collection<String> awsAccountIds) A list of 12-digit Amazon Web Services account numbers that contains the affected entities.A list of event ARNs (unique identifiers).eventArns
(Collection<String> eventArns) A list of event ARNs (unique identifiers).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.health.model.HealthRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventArns
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
- Parameters:
eventArns
- A list of event ARNs (unique identifiers). For example:"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventArns
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
- Parameters:
eventArns
- A list of event ARNs (unique identifiers). For example:"arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountIds
DescribeEntityAggregatesForOrganizationRequest.Builder awsAccountIds(Collection<String> awsAccountIds) A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
- Parameters:
awsAccountIds
- A list of 12-digit Amazon Web Services account numbers that contains the affected entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountIds
A list of 12-digit Amazon Web Services account numbers that contains the affected entities.
- Parameters:
awsAccountIds
- A list of 12-digit Amazon Web Services account numbers that contains the affected entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEntityAggregatesForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeEntityAggregatesForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-