Uses of Interface
software.amazon.awssdk.services.billingconductor.model.AccountGrouping.Builder
-
Packages that use AccountGrouping.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of AccountGrouping.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return AccountGrouping.Builder Modifier and Type Method Description AccountGrouping.BuilderAccountGrouping.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.BuilderAccountGrouping. builder()AccountGrouping.BuilderAccountGrouping.Builder. linkedAccountIds(String... linkedAccountIds)The account IDs that make up the billing group.AccountGrouping.BuilderAccountGrouping.Builder. linkedAccountIds(Collection<String> linkedAccountIds)The account IDs that make up the billing group.AccountGrouping.BuilderAccountGrouping. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type AccountGrouping.Builder Modifier and Type Method Description static Class<? extends AccountGrouping.Builder>AccountGrouping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type AccountGrouping.Builder Modifier and Type Method Description default CreateBillingGroupRequest.BuilderCreateBillingGroupRequest.Builder. accountGrouping(Consumer<AccountGrouping.Builder> accountGrouping)The set of accounts that will be under the billing group.
-