Uses of Interface
software.amazon.awssdk.services.taxsettings.model.BatchPutTaxRegistrationError.Builder
-
Packages that use BatchPutTaxRegistrationError.Builder Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of BatchPutTaxRegistrationError.Builder in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return BatchPutTaxRegistrationError.Builder Modifier and Type Method Description BatchPutTaxRegistrationError.BuilderBatchPutTaxRegistrationError.Builder. accountId(String accountId)The unique account identifier for the account that the tax registration couldn't be added, or updated during theBatchPutTaxRegistrationoperation.static BatchPutTaxRegistrationError.BuilderBatchPutTaxRegistrationError. builder()BatchPutTaxRegistrationError.BuilderBatchPutTaxRegistrationError.Builder. code(String code)The error code for an individual failure in theBatchPutTaxRegistrationoperation.BatchPutTaxRegistrationError.BuilderBatchPutTaxRegistrationError.Builder. message(String message)The error message for an individual failure in theBatchPutTaxRegistrationoperation.BatchPutTaxRegistrationError.BuilderBatchPutTaxRegistrationError. toBuilder()Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type BatchPutTaxRegistrationError.Builder Modifier and Type Method Description static Class<? extends BatchPutTaxRegistrationError.Builder>BatchPutTaxRegistrationError. serializableBuilderClass()
-