Interface BatchDeleteTaxRegistrationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>,SdkBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>,SdkPojo
- Enclosing class:
- BatchDeleteTaxRegistrationError
public static interface BatchDeleteTaxRegistrationError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteTaxRegistrationError.BuilderaccountId(String accountId)The unique account identifier for the account whose tax registration couldn't be deleted during theBatchDeleteTaxRegistrationoperation.BatchDeleteTaxRegistrationError.Buildercode(String code)The error code for an individual failure in BatchDeleteTaxRegistration operation.BatchDeleteTaxRegistrationError.Buildermessage(String message)The error message for an individual failure in theBatchDeleteTaxRegistrationoperation.-
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 Detail
-
accountId
BatchDeleteTaxRegistrationError.Builder accountId(String accountId)
The unique account identifier for the account whose tax registration couldn't be deleted during the
BatchDeleteTaxRegistrationoperation.- Parameters:
accountId- The unique account identifier for the account whose tax registration couldn't be deleted during theBatchDeleteTaxRegistrationoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
BatchDeleteTaxRegistrationError.Builder code(String 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
BatchDeleteTaxRegistrationError.Builder message(String message)
The error message for an individual failure in the
BatchDeleteTaxRegistrationoperation.- Parameters:
message- The error message for an individual failure in theBatchDeleteTaxRegistrationoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-