Interface PutConfigurationAggregatorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConfigRequest.Builder
,CopyableBuilder<PutConfigurationAggregatorRequest.Builder,
,PutConfigurationAggregatorRequest> SdkBuilder<PutConfigurationAggregatorRequest.Builder,
,PutConfigurationAggregatorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutConfigurationAggregatorRequest
-
Method Summary
Modifier and TypeMethodDescriptionaccountAggregationSources
(Collection<AccountAggregationSource> accountAggregationSources) A list of AccountAggregationSource object.accountAggregationSources
(Consumer<AccountAggregationSource.Builder>... accountAggregationSources) A list of AccountAggregationSource object.accountAggregationSources
(AccountAggregationSource... accountAggregationSources) A list of AccountAggregationSource object.aggregatorFilters
(Consumer<AggregatorFilters.Builder> aggregatorFilters) An object to filter configuration recorders in an aggregator.aggregatorFilters
(AggregatorFilters aggregatorFilters) An object to filter configuration recorders in an aggregator.configurationAggregatorName
(String configurationAggregatorName) The name of the configuration aggregator.organizationAggregationSource
(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource) An OrganizationAggregationSource object.organizationAggregationSource
(OrganizationAggregationSource organizationAggregationSource) An OrganizationAggregationSource object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.tags
(Collection<Tag> tags) An array of tag object.tags
(Consumer<Tag.Builder>... tags) An array of tag object.An array of tag object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configurationAggregatorName
PutConfigurationAggregatorRequest.Builder configurationAggregatorName(String configurationAggregatorName) The name of the configuration aggregator.
- Parameters:
configurationAggregatorName
- The name of the configuration aggregator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources) A list of AccountAggregationSource object.
- Parameters:
accountAggregationSources
- A list of AccountAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(AccountAggregationSource... accountAggregationSources) A list of AccountAggregationSource object.
- Parameters:
accountAggregationSources
- A list of AccountAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAggregationSources
PutConfigurationAggregatorRequest.Builder accountAggregationSources(Consumer<AccountAggregationSource.Builder>... accountAggregationSources) A list of AccountAggregationSource object.
This is a convenience method that creates an instance of theAccountAggregationSource.Builder
avoiding the need to create one manually viaAccountAggregationSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccountAggregationSources(List<AccountAggregationSource>)
.- Parameters:
accountAggregationSources
- a consumer that will call methods onAccountAggregationSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
organizationAggregationSource
PutConfigurationAggregatorRequest.Builder organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource) An OrganizationAggregationSource object.
- Parameters:
organizationAggregationSource
- An OrganizationAggregationSource object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationAggregationSource
default PutConfigurationAggregatorRequest.Builder organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource) An OrganizationAggregationSource object.
This is a convenience method that creates an instance of theOrganizationAggregationSource.Builder
avoiding the need to create one manually viaOrganizationAggregationSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorganizationAggregationSource(OrganizationAggregationSource)
.- Parameters:
organizationAggregationSource
- a consumer that will call methods onOrganizationAggregationSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
An array of tag object.
- Parameters:
tags
- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of tag object.
- Parameters:
tags
- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of tag object.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
aggregatorFilters
An object to filter configuration recorders in an aggregator. Either
ResourceType
orServicePrincipal
is required.- Parameters:
aggregatorFilters
- An object to filter configuration recorders in an aggregator. EitherResourceType
orServicePrincipal
is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregatorFilters
default PutConfigurationAggregatorRequest.Builder aggregatorFilters(Consumer<AggregatorFilters.Builder> aggregatorFilters) An object to filter configuration recorders in an aggregator. Either
This is a convenience method that creates an instance of theResourceType
orServicePrincipal
is required.AggregatorFilters.Builder
avoiding the need to create one manually viaAggregatorFilters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaggregatorFilters(AggregatorFilters)
.- Parameters:
aggregatorFilters
- a consumer that will call methods onAggregatorFilters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutConfigurationAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutConfigurationAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-