public static interface ConfigurationAggregator.Builder extends SdkPojo, CopyableBuilder<ConfigurationAggregator.Builder,ConfigurationAggregator>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationAggregator.Builder |
accountAggregationSources(AccountAggregationSource... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
ConfigurationAggregator.Builder |
accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
ConfigurationAggregator.Builder |
accountAggregationSources(Consumer<AccountAggregationSource.Builder>... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
|
ConfigurationAggregator.Builder |
configurationAggregatorArn(String configurationAggregatorArn)
The Amazon Resource Name (ARN) of the aggregator.
|
ConfigurationAggregator.Builder |
configurationAggregatorName(String configurationAggregatorName)
The name of the aggregator.
|
ConfigurationAggregator.Builder |
createdBy(String createdBy)
Amazon Web Services service that created the configuration aggregator.
|
ConfigurationAggregator.Builder |
creationTime(Instant creationTime)
The time stamp when the configuration aggregator was created.
|
ConfigurationAggregator.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time of the last update.
|
default ConfigurationAggregator.Builder |
organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
ConfigurationAggregator.Builder |
organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationAggregator.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the aggregator.
configurationAggregatorName - The name of the aggregator.ConfigurationAggregator.Builder configurationAggregatorArn(String configurationAggregatorArn)
The Amazon Resource Name (ARN) of the aggregator.
configurationAggregatorArn - The Amazon Resource Name (ARN) of the aggregator.ConfigurationAggregator.Builder accountAggregationSources(Collection<AccountAggregationSource> accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
accountAggregationSources - Provides a list of source accounts and regions to be aggregated.ConfigurationAggregator.Builder accountAggregationSources(AccountAggregationSource... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
accountAggregationSources - Provides a list of source accounts and regions to be aggregated.ConfigurationAggregator.Builder accountAggregationSources(Consumer<AccountAggregationSource.Builder>... accountAggregationSources)
Provides a list of source accounts and regions to be aggregated.
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) ConfigurationAggregator.Builder organizationAggregationSource(OrganizationAggregationSource organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
organizationAggregationSource - Provides an organization and list of regions to be aggregated.default ConfigurationAggregator.Builder organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource)
Provides an organization and list of regions to be aggregated.
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)ConfigurationAggregator.Builder creationTime(Instant creationTime)
The time stamp when the configuration aggregator was created.
creationTime - The time stamp when the configuration aggregator was created.ConfigurationAggregator.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time of the last update.
lastUpdatedTime - The time of the last update.ConfigurationAggregator.Builder createdBy(String createdBy)
Amazon Web Services service that created the configuration aggregator.
createdBy - Amazon Web Services service that created the configuration aggregator.Copyright © 2023. All rights reserved.