| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
AccountGrouping.Builder |
AccountGrouping.Builder.autoAssociate(Boolean autoAssociate)
Specifies if this billing group will automatically associate newly added Amazon Web Services accounts that
join your consolidated billing family.
|
static AccountGrouping.Builder |
AccountGrouping.builder() |
AccountGrouping.Builder |
AccountGrouping.Builder.linkedAccountIds(Collection<String> linkedAccountIds)
The account IDs that make up the billing group.
|
AccountGrouping.Builder |
AccountGrouping.Builder.linkedAccountIds(String... linkedAccountIds)
The account IDs that make up the billing group.
|
AccountGrouping.Builder |
AccountGrouping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountGrouping.Builder> |
AccountGrouping.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.accountGrouping(Consumer<AccountGrouping.Builder> accountGrouping)
The set of accounts that will be under the billing group.
|
Copyright © 2023. All rights reserved.