Uses of Interface
software.amazon.awssdk.services.billingconductor.model.AccountAssociationsListElement.Builder
-
Packages that use AccountAssociationsListElement.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of AccountAssociationsListElement.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return AccountAssociationsListElement.Builder Modifier and Type Method Description AccountAssociationsListElement.BuilderAccountAssociationsListElement.Builder. accountEmail(String accountEmail)The Amazon Web Services account email.AccountAssociationsListElement.BuilderAccountAssociationsListElement.Builder. accountId(String accountId)The associating array of account IDs.AccountAssociationsListElement.BuilderAccountAssociationsListElement.Builder. accountName(String accountName)The Amazon Web Services account name.AccountAssociationsListElement.BuilderAccountAssociationsListElement.Builder. billingGroupArn(String billingGroupArn)The Billing Group Arn that the linked account is associated to.static AccountAssociationsListElement.BuilderAccountAssociationsListElement. builder()AccountAssociationsListElement.BuilderAccountAssociationsListElement. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type AccountAssociationsListElement.Builder Modifier and Type Method Description static Class<? extends AccountAssociationsListElement.Builder>AccountAssociationsListElement. serializableBuilderClass()
-