public static interface PutConfigurationAggregatorRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationAggregatorRequest.Builder,PutConfigurationAggregatorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutConfigurationAggregatorRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.PutConfigurationAggregatorRequest.Builder accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
A list of AccountAggregationSource object.
accountAggregationSources - A list of AccountAggregationSource object.PutConfigurationAggregatorRequest.Builder accountAggregationSources(AccountAggregationSource... accountAggregationSources)
A list of AccountAggregationSource object.
accountAggregationSources - A list of AccountAggregationSource object.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 via
AccountAggregationSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountAggregationSources(List.
accountAggregationSources - a consumer that will call methods on
AccountAggregationSource.Builder#accountAggregationSources(java.util.Collection) PutConfigurationAggregatorRequest.Builder organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
An OrganizationAggregationSource object.
organizationAggregationSource - An OrganizationAggregationSource object.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 via OrganizationAggregationSource.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to organizationAggregationSource(OrganizationAggregationSource).
organizationAggregationSource - a consumer that will call methods on OrganizationAggregationSource.BuilderorganizationAggregationSource(OrganizationAggregationSource)PutConfigurationAggregatorRequest.Builder tags(Collection<Tag> tags)
An array of tag object.
tags - An array of tag object.PutConfigurationAggregatorRequest.Builder tags(Tag... tags)
An array of tag object.
tags - An array of tag object.PutConfigurationAggregatorRequest.Builder tags(Consumer<Tag.Builder>... 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 via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) PutConfigurationAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutConfigurationAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.