public static interface OrganizationAggregationSource.Builder extends SdkPojo, CopyableBuilder<OrganizationAggregationSource.Builder,OrganizationAggregationSource>
| Modifier and Type | Method and Description |
|---|---|
OrganizationAggregationSource.Builder |
allAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
|
OrganizationAggregationSource.Builder |
awsRegions(Collection<String> awsRegions)
The source regions being aggregated.
|
OrganizationAggregationSource.Builder |
awsRegions(String... awsRegions)
The source regions being aggregated.
|
OrganizationAggregationSource.Builder |
roleArn(String roleArn)
ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator
account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrganizationAggregationSource.Builder roleArn(String roleArn)
ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.
roleArn - ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the
aggregator account.OrganizationAggregationSource.Builder awsRegions(Collection<String> awsRegions)
The source regions being aggregated.
awsRegions - The source regions being aggregated.OrganizationAggregationSource.Builder awsRegions(String... awsRegions)
The source regions being aggregated.
awsRegions - The source regions being aggregated.OrganizationAggregationSource.Builder allAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
allAwsRegions - If true, aggregate existing Config regions and future regions.Copyright © 2023. All rights reserved.