Uses of Interface
software.amazon.awssdk.services.taxsettings.model.TaxInheritanceDetails.Builder
-
Packages that use TaxInheritanceDetails.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxInheritanceDetails.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxInheritanceDetails.Builder Modifier and Type Method Description static TaxInheritanceDetails.BuilderTaxInheritanceDetails. builder()TaxInheritanceDetails.BuilderTaxInheritanceDetails.Builder. inheritanceObtainedReason(String inheritanceObtainedReason)Tax inheritance reason information associated with the account.TaxInheritanceDetails.BuilderTaxInheritanceDetails.Builder. parentEntityId(String parentEntityId)Tax inheritance parent account information associated with the account.TaxInheritanceDetails.BuilderTaxInheritanceDetails. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxInheritanceDetails.Builder Modifier and Type Method Description static Class<? extends TaxInheritanceDetails.Builder>TaxInheritanceDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxInheritanceDetails.Builder Modifier and Type Method Description default AccountDetails.BuilderAccountDetails.Builder. taxInheritanceDetails(Consumer<TaxInheritanceDetails.Builder> taxInheritanceDetails)Tax inheritance information associated with the account.
-