Interface BatchDeleteTaxRegistrationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,
,BatchDeleteTaxRegistrationError> SdkBuilder<BatchDeleteTaxRegistrationError.Builder,
,BatchDeleteTaxRegistrationError> SdkPojo
- Enclosing class:
BatchDeleteTaxRegistrationError
@Mutable
@NotThreadSafe
public static interface BatchDeleteTaxRegistrationError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique account identifier for the account whose tax registration couldn't be deleted during theBatchDeleteTaxRegistration
operation.The error code for an individual failure in BatchDeleteTaxRegistration operation.The error message for an individual failure in theBatchDeleteTaxRegistration
operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountId
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistration
operation.- Parameters:
accountId
- The unique account identifier for the account whose tax registration couldn't be deleted during theBatchDeleteTaxRegistration
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code for an individual failure in BatchDeleteTaxRegistration operation.
- Parameters:
code
- The error code for an individual failure in BatchDeleteTaxRegistration operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message for an individual failure in the
BatchDeleteTaxRegistration
operation.- Parameters:
message
- The error message for an individual failure in theBatchDeleteTaxRegistration
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-