Class ConfigurationAggregatorReference.Builder
java.lang.Object
software.amazon.awscdk.services.config.ConfigurationAggregatorReference.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<ConfigurationAggregatorReference>
- Enclosing interface:
 ConfigurationAggregatorReference
@Stability(Stable)
public static final class ConfigurationAggregatorReference.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationAggregatorReference>
A builder for 
ConfigurationAggregatorReference- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationAggregatorArn(String configurationAggregatorArn) Sets the value ofConfigurationAggregatorReference.getConfigurationAggregatorArn()configurationAggregatorName(String configurationAggregatorName) Sets the value ofConfigurationAggregatorReference.getConfigurationAggregatorName() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
configurationAggregatorArn
@Stability(Stable) public ConfigurationAggregatorReference.Builder configurationAggregatorArn(String configurationAggregatorArn) Sets the value ofConfigurationAggregatorReference.getConfigurationAggregatorArn()- Parameters:
 configurationAggregatorArn- The ARN of the ConfigurationAggregator resource. This parameter is required.- Returns:
 this
 - 
configurationAggregatorName
@Stability(Stable) public ConfigurationAggregatorReference.Builder configurationAggregatorName(String configurationAggregatorName) Sets the value ofConfigurationAggregatorReference.getConfigurationAggregatorName()- Parameters:
 configurationAggregatorName- The ConfigurationAggregatorName of the ConfigurationAggregator resource. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<ConfigurationAggregatorReference>- Returns:
 - a new instance of 
ConfigurationAggregatorReference - Throws:
 NullPointerException- if any required attribute was not provided
 
 -