@Stability(value=Stable) public static final class CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationAggregator.AccountAggregationSourceProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
accountIds(List<String> accountIds)
|
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
allAwsRegions(Boolean allAwsRegions)
|
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
allAwsRegions(IResolvable allAwsRegions)
|
CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder |
awsRegions(List<String> awsRegions)
|
CfnConfigurationAggregator.AccountAggregationSourceProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder accountIds(List<String> accountIds)
accountIds - The 12-digit account ID of the account being aggregated. This parameter is required.this@Stability(value=Stable) public CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder allAwsRegions(Boolean allAwsRegions)
allAwsRegions - If true, aggregate existing AWS Config regions and future regions.this@Stability(value=Stable) public CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder allAwsRegions(IResolvable allAwsRegions)
allAwsRegions - If true, aggregate existing AWS Config regions and future regions.this@Stability(value=Stable) public CfnConfigurationAggregator.AccountAggregationSourceProperty.Builder awsRegions(List<String> awsRegions)
awsRegions - The source regions being aggregated.this@Stability(value=Stable) public CfnConfigurationAggregator.AccountAggregationSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationAggregator.AccountAggregationSourceProperty>CfnConfigurationAggregator.AccountAggregationSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.