public static interface PutConfigurationAggregatorRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationAggregatorRequest.Builder,PutConfigurationAggregatorRequest>
build
overrideConfiguration
copy
applyMutation, build
PutConfigurationAggregatorRequest.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.Builder
organizationAggregationSource(OrganizationAggregationSource)
PutConfigurationAggregatorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutConfigurationAggregatorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.