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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #accountAggregationSources(List) .accountAggregationSources - a consumer that will call methods on List.Builder #accountAggregationSources(List) 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 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutConfigurationAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutConfigurationAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.