Package com.pulumi.aws.cfg
Class ConfigurationAggregatorArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.cfg.ConfigurationAggregatorArgs.Builder
-
- Enclosing class:
- ConfigurationAggregatorArgs
public static final class ConfigurationAggregatorArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConfigurationAggregatorArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConfigurationAggregatorArgs defaults)
-
-
Method Detail
-
accountAggregationSource
public ConfigurationAggregatorArgs.Builder accountAggregationSource(@Nullable com.pulumi.core.Output<ConfigurationAggregatorAccountAggregationSourceArgs> accountAggregationSource)
- Parameters:
accountAggregationSource
- The account(s) to aggregate config data from as documented below.- Returns:
- builder
-
accountAggregationSource
public ConfigurationAggregatorArgs.Builder accountAggregationSource(ConfigurationAggregatorAccountAggregationSourceArgs accountAggregationSource)
- Parameters:
accountAggregationSource
- The account(s) to aggregate config data from as documented below.- Returns:
- builder
-
name
public ConfigurationAggregatorArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name of the configuration aggregator.- Returns:
- builder
-
name
public ConfigurationAggregatorArgs.Builder name(java.lang.String name)
- Parameters:
name
- The name of the configuration aggregator.- Returns:
- builder
-
organizationAggregationSource
public ConfigurationAggregatorArgs.Builder organizationAggregationSource(@Nullable com.pulumi.core.Output<ConfigurationAggregatorOrganizationAggregationSourceArgs> organizationAggregationSource)
- Parameters:
organizationAggregationSource
- The organization to aggregate config data from as documented below.- Returns:
- builder
-
organizationAggregationSource
public ConfigurationAggregatorArgs.Builder organizationAggregationSource(ConfigurationAggregatorOrganizationAggregationSourceArgs organizationAggregationSource)
- Parameters:
organizationAggregationSource
- The organization to aggregate config data from as documented below.- Returns:
- builder
-
tags
public ConfigurationAggregatorArgs.Builder tags(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
- Parameters:
tags
- A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Either `account_aggregation_source` or `organization_aggregation_source` must be specified.- Returns:
- builder
-
tags
public ConfigurationAggregatorArgs.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level. Either `account_aggregation_source` or `organization_aggregation_source` must be specified.- Returns:
- builder
-
build
public ConfigurationAggregatorArgs build()
-
-