Struct aws_sdk_config::model::account_aggregation_source::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AccountAggregationSource
Implementations
Appends an item to account_ids.
To override the contents of this collection use set_account_ids.
The 12-digit account ID of the account being aggregated.
The 12-digit account ID of the account being aggregated.
If true, aggregate existing Config regions and future regions.
If true, aggregate existing Config regions and future regions.
Appends an item to aws_regions.
To override the contents of this collection use set_aws_regions.
The source regions being aggregated.
The source regions being aggregated.
Consumes the builder and constructs a AccountAggregationSource
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
