Class CfnConfigurationAggregatorMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.config.mixins.CfnConfigurationAggregatorMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfigurationAggregatorMixinProps>
- Enclosing interface:
CfnConfigurationAggregatorMixinProps
@Stability(Stable)
public static final class CfnConfigurationAggregatorMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfigurationAggregatorMixinProps>
A builder for
CfnConfigurationAggregatorMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountAggregationSources(List<? extends Object> accountAggregationSources) Sets the value ofCfnConfigurationAggregatorMixinProps.getAccountAggregationSources()accountAggregationSources(IResolvable accountAggregationSources) Sets the value ofCfnConfigurationAggregatorMixinProps.getAccountAggregationSources()build()Builds the configured instance.configurationAggregatorName(String configurationAggregatorName) Sets the value ofCfnConfigurationAggregatorMixinProps.getConfigurationAggregatorName()organizationAggregationSource(IResolvable organizationAggregationSource) Sets the value ofCfnConfigurationAggregatorMixinProps.getOrganizationAggregationSource()organizationAggregationSource(CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty organizationAggregationSource) Sets the value ofCfnConfigurationAggregatorMixinProps.getOrganizationAggregationSource()Sets the value ofCfnConfigurationAggregatorMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountAggregationSources
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder accountAggregationSources(IResolvable accountAggregationSources) Sets the value ofCfnConfigurationAggregatorMixinProps.getAccountAggregationSources()- Parameters:
accountAggregationSources- Provides a list of source accounts and regions to be aggregated.- Returns:
this
-
accountAggregationSources
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder accountAggregationSources(List<? extends Object> accountAggregationSources) Sets the value ofCfnConfigurationAggregatorMixinProps.getAccountAggregationSources()- Parameters:
accountAggregationSources- Provides a list of source accounts and regions to be aggregated.- Returns:
this
-
configurationAggregatorName
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder configurationAggregatorName(String configurationAggregatorName) Sets the value ofCfnConfigurationAggregatorMixinProps.getConfigurationAggregatorName()- Parameters:
configurationAggregatorName- The name of the aggregator.- Returns:
this
-
organizationAggregationSource
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder organizationAggregationSource(IResolvable organizationAggregationSource) Sets the value ofCfnConfigurationAggregatorMixinProps.getOrganizationAggregationSource()- Parameters:
organizationAggregationSource- Provides an organization and list of regions to be aggregated.- Returns:
this
-
organizationAggregationSource
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder organizationAggregationSource(CfnConfigurationAggregatorPropsMixin.OrganizationAggregationSourceProperty organizationAggregationSource) Sets the value ofCfnConfigurationAggregatorMixinProps.getOrganizationAggregationSource()- Parameters:
organizationAggregationSource- Provides an organization and list of regions to be aggregated.- Returns:
this
-
tags
@Stability(Stable) public CfnConfigurationAggregatorMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnConfigurationAggregatorMixinProps.getTags()- Parameters:
tags- An array of tag object.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfigurationAggregatorMixinProps>- Returns:
- a new instance of
CfnConfigurationAggregatorMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-