Interface AggregationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AggregationConfiguration.Builder,,AggregationConfiguration> SdkBuilder<AggregationConfiguration.Builder,,AggregationConfiguration> SdkPojo
- Enclosing class:
AggregationConfiguration
@Mutable
@NotThreadSafe
public static interface AggregationConfiguration.Builder
extends SdkPojo, CopyableBuilder<AggregationConfiguration.Builder,AggregationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaccessRoleArn(String accessRoleArn) The ARN of an IAM role to assume for resource analysis in this account.The Amazon Web Services account ID to analyze.A list of Amazon Web Services Regions to include in the analysis.regions(Collection<String> regions) A list of Amazon Web Services Regions to include in the analysis.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The Amazon Web Services account ID to analyze.
- Parameters:
accountId- The Amazon Web Services account ID to analyze.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
A list of Amazon Web Services Regions to include in the analysis.
- Parameters:
regions- A list of Amazon Web Services Regions to include in the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regions
A list of Amazon Web Services Regions to include in the analysis.
- Parameters:
regions- A list of Amazon Web Services Regions to include in the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessRoleArn
The ARN of an IAM role to assume for resource analysis in this account.
- Parameters:
accessRoleArn- The ARN of an IAM role to assume for resource analysis in this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-