Interface AccountAggregationSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountAggregationSource.Builder,AccountAggregationSource>,SdkBuilder<AccountAggregationSource.Builder,AccountAggregationSource>,SdkPojo
- Enclosing class:
- AccountAggregationSource
public static interface AccountAggregationSource.Builder extends SdkPojo, CopyableBuilder<AccountAggregationSource.Builder,AccountAggregationSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountAggregationSource.BuilderaccountIds(String... accountIds)The 12-digit account ID of the account being aggregated.AccountAggregationSource.BuilderaccountIds(Collection<String> accountIds)The 12-digit account ID of the account being aggregated.AccountAggregationSource.BuilderallAwsRegions(Boolean allAwsRegions)If true, aggregate existing Config regions and future regions.AccountAggregationSource.BuilderawsRegions(String... awsRegions)The source regions being aggregated.AccountAggregationSource.BuilderawsRegions(Collection<String> awsRegions)The source regions being aggregated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountIds
AccountAggregationSource.Builder accountIds(Collection<String> accountIds)
The 12-digit account ID of the account being aggregated.
- Parameters:
accountIds- The 12-digit account ID of the account being aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
AccountAggregationSource.Builder accountIds(String... accountIds)
The 12-digit account ID of the account being aggregated.
- Parameters:
accountIds- The 12-digit account ID of the account being aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allAwsRegions
AccountAggregationSource.Builder allAwsRegions(Boolean allAwsRegions)
If true, aggregate existing Config regions and future regions.
- Parameters:
allAwsRegions- If true, aggregate existing Config regions and future regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegions
AccountAggregationSource.Builder awsRegions(Collection<String> awsRegions)
The source regions being aggregated.
- Parameters:
awsRegions- The source regions being aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegions
AccountAggregationSource.Builder awsRegions(String... awsRegions)
The source regions being aggregated.
- Parameters:
awsRegions- The source regions being aggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-