Uses of Interface
software.amazon.awssdk.services.config.model.OrganizationAggregationSource.Builder
-
Packages that use OrganizationAggregationSource.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of OrganizationAggregationSource.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return OrganizationAggregationSource.Builder Modifier and Type Method Description OrganizationAggregationSource.BuilderOrganizationAggregationSource.Builder. allAwsRegions(Boolean allAwsRegions)If true, aggregate existing Config regions and future regions.OrganizationAggregationSource.BuilderOrganizationAggregationSource.Builder. awsRegions(String... awsRegions)The source regions being aggregated.OrganizationAggregationSource.BuilderOrganizationAggregationSource.Builder. awsRegions(Collection<String> awsRegions)The source regions being aggregated.static OrganizationAggregationSource.BuilderOrganizationAggregationSource. builder()OrganizationAggregationSource.BuilderOrganizationAggregationSource.Builder. roleArn(String roleArn)ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.OrganizationAggregationSource.BuilderOrganizationAggregationSource. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type OrganizationAggregationSource.Builder Modifier and Type Method Description static Class<? extends OrganizationAggregationSource.Builder>OrganizationAggregationSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type OrganizationAggregationSource.Builder Modifier and Type Method Description default ConfigurationAggregator.BuilderConfigurationAggregator.Builder. organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource)Provides an organization and list of regions to be aggregated.default PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. organizationAggregationSource(Consumer<OrganizationAggregationSource.Builder> organizationAggregationSource)An OrganizationAggregationSource object.
-