public static interface AccountAggregationSource.Builder extends SdkPojo, CopyableBuilder<AccountAggregationSource.Builder,AccountAggregationSource>
| Modifier and Type | Method and Description |
|---|---|
AccountAggregationSource.Builder |
accountIds(Collection<String> accountIds)
The 12-digit account ID of the account being aggregated.
|
AccountAggregationSource.Builder |
accountIds(String... accountIds)
The 12-digit account ID of the account being aggregated.
|
AccountAggregationSource.Builder |
allAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
|
AccountAggregationSource.Builder |
awsRegions(Collection<String> awsRegions)
The source regions being aggregated.
|
AccountAggregationSource.Builder |
awsRegions(String... awsRegions)
The source regions being aggregated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAggregationSource.Builder accountIds(Collection<String> accountIds)
The 12-digit account ID of the account being aggregated.
accountIds - The 12-digit account ID of the account being aggregated.AccountAggregationSource.Builder accountIds(String... accountIds)
The 12-digit account ID of the account being aggregated.
accountIds - The 12-digit account ID of the account being aggregated.AccountAggregationSource.Builder allAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
allAwsRegions - If true, aggregate existing Config regions and future regions.AccountAggregationSource.Builder awsRegions(Collection<String> awsRegions)
The source regions being aggregated.
awsRegions - The source regions being aggregated.AccountAggregationSource.Builder awsRegions(String... awsRegions)
The source regions being aggregated.
awsRegions - The source regions being aggregated.Copyright © 2023. All rights reserved.