Interface DescribeEntityAggregatesForOrganizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,DescribeEntityAggregatesForOrganizationRequest>,HealthRequest.Builder,SdkBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,DescribeEntityAggregatesForOrganizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEntityAggregatesForOrganizationRequest
public static interface DescribeEntityAggregatesForOrganizationRequest.Builder extends HealthRequest.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesForOrganizationRequest.Builder,DescribeEntityAggregatesForOrganizationRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
eventArns
DescribeEntityAggregatesForOrganizationRequest.Builder eventArns(Collection<String> 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
DescribeEntityAggregatesForOrganizationRequest.Builder eventArns(String... 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
DescribeEntityAggregatesForOrganizationRequest.Builder awsAccountIds(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.
-
overrideConfiguration
DescribeEntityAggregatesForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEntityAggregatesForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-