Interface BatchPutTaxRegistrationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchPutTaxRegistrationError.Builder,
,BatchPutTaxRegistrationError> SdkBuilder<BatchPutTaxRegistrationError.Builder,
,BatchPutTaxRegistrationError> SdkPojo
- Enclosing class:
BatchPutTaxRegistrationError
@Mutable
@NotThreadSafe
public static interface BatchPutTaxRegistrationError.Builder
extends SdkPojo, CopyableBuilder<BatchPutTaxRegistrationError.Builder,BatchPutTaxRegistrationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique account identifier for the account that the tax registration couldn't be added, or updated during theBatchPutTaxRegistration
operation.The error code for an individual failure in theBatchPutTaxRegistration
operation.The error message for an individual failure in theBatchPutTaxRegistration
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 that the tax registration couldn't be added, or updated during the
BatchPutTaxRegistration
operation.- Parameters:
accountId
- The unique account identifier for the account that the tax registration couldn't be added, or updated during theBatchPutTaxRegistration
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 the
BatchPutTaxRegistration
operation.- Parameters:
code
- The error code for an individual failure in theBatchPutTaxRegistration
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
BatchPutTaxRegistration
operation.- Parameters:
message
- The error message for an individual failure in theBatchPutTaxRegistration
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-