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