Class CfnConfigurationAggregatorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.config.CfnConfigurationAggregatorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationAggregatorPropsMixin>
- Enclosing class:
CfnConfigurationAggregatorPropsMixin
@Stability(Stable)
public static final class CfnConfigurationAggregatorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationAggregatorPropsMixin>
A fluent builder for
CfnConfigurationAggregatorPropsMixin.-
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.create()create(CfnPropertyMixinOptions options) organizationAggregationSource(CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty organizationAggregationSource) Provides an organization and list of regions to be aggregated.organizationAggregationSource(IResolvable organizationAggregationSource) Provides an organization and list of regions to be aggregated.An array of tag object.
-
Method Details
-
create
@Stability(Stable) public static CfnConfigurationAggregatorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnConfigurationAggregatorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnConfigurationAggregatorPropsMixin.Builder.
-
accountAggregationSources
@Stability(Stable) public CfnConfigurationAggregatorPropsMixin.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 CfnConfigurationAggregatorPropsMixin.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 CfnConfigurationAggregatorPropsMixin.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 CfnConfigurationAggregatorPropsMixin.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 CfnConfigurationAggregatorPropsMixin.Builder organizationAggregationSource(CfnConfigurationAggregatorPropsMixin.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
@Stability(Stable) public CfnConfigurationAggregatorPropsMixin.Builder tags(List<? extends CfnTag> 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<CfnConfigurationAggregatorPropsMixin>- Returns:
- a newly built instance of
CfnConfigurationAggregatorPropsMixin.
-