Class CfnConfigurationAggregator.Builder
java.lang.Object
software.amazon.awscdk.services.config.CfnConfigurationAggregator.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationAggregator>
- Enclosing class:
CfnConfigurationAggregator
@Stability(Stable)
public static final class CfnConfigurationAggregator.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationAggregator>
A fluent builder for
CfnConfigurationAggregator.-
Method Summary
Modifier and TypeMethodDescriptionaccountAggregationSources(List<? extends Object> accountAggregationSources) Provides a list of source accounts and regions to be aggregated.accountAggregationSources(IResolvable accountAggregationSources) Provides a list of source accounts and regions to be aggregated.build()configurationAggregatorName(String configurationAggregatorName) The name of the aggregator.organizationAggregationSource(IResolvable organizationAggregationSource) Provides an organization and list of regions to be aggregated.organizationAggregationSource(CfnConfigurationAggregator.OrganizationAggregationSourceProperty organizationAggregationSource) Provides an organization and list of regions to be aggregated.An array of tag object.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationAggregator.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnConfigurationAggregator.Builder.
-
accountAggregationSources
@Stability(Stable) public CfnConfigurationAggregator.Builder accountAggregationSources(IResolvable accountAggregationSources) Provides a list of source accounts and regions to be aggregated.- Parameters:
accountAggregationSources- Provides a list of source accounts and regions to be aggregated. This parameter is required.- Returns:
this- See Also:
-
accountAggregationSources
@Stability(Stable) public CfnConfigurationAggregator.Builder accountAggregationSources(List<? extends Object> accountAggregationSources) Provides a list of source accounts and regions to be aggregated.- Parameters:
accountAggregationSources- Provides a list of source accounts and regions to be aggregated. This parameter is required.- Returns:
this- See Also:
-
configurationAggregatorName
@Stability(Stable) public CfnConfigurationAggregator.Builder configurationAggregatorName(String configurationAggregatorName) The name of the aggregator.- Parameters:
configurationAggregatorName- The name of the aggregator. This parameter is required.- Returns:
this- See Also:
-
organizationAggregationSource
@Stability(Stable) public CfnConfigurationAggregator.Builder organizationAggregationSource(IResolvable organizationAggregationSource) Provides an organization and list of regions to be aggregated.- Parameters:
organizationAggregationSource- Provides an organization and list of regions to be aggregated. This parameter is required.- Returns:
this- See Also:
-
organizationAggregationSource
@Stability(Stable) public CfnConfigurationAggregator.Builder organizationAggregationSource(CfnConfigurationAggregator.OrganizationAggregationSourceProperty organizationAggregationSource) Provides an organization and list of regions to be aggregated.- Parameters:
organizationAggregationSource- Provides an organization and list of regions to be aggregated. This parameter is required.- Returns:
this- See Also:
-
tags
An array of tag object.- Parameters:
tags- An array of tag object. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationAggregator>- Returns:
- a newly built instance of
CfnConfigurationAggregator.
-