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 AWS 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 retreive AWS Organization details associated with the aggregator account.
|
copy
applyMutation, build
OrganizationAggregationSource.Builder roleArn(String roleArn)
ARN of the IAM role used to retreive AWS Organization details associated with the aggregator account.
roleArn
- ARN of the IAM role used to retreive AWS 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 AWS Config regions and future regions.
allAwsRegions
- If true, aggregate existing AWS Config regions and future regions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.